This is the error: "Code signing is required for product type 'Application' in SDK 'iOS 13.4'".
I got it on Xcode 11.4. What does it mean? How do I resolve it? I have provided the correct distribution certificate to the release and specified this in Build Settings of the project and target.
I have also provided the correct provisioning profile (imported with a private key), and bundle ID and all of this has been obtained and in sync with the AppStore Connect.
Even more, my iOS Deployment Target has been set to 9.0, so how does this 13.4 come up? Any help would be greatly appreciated.
Thanks.