Code Signing Error Message: HELP


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.
Is there a reason you're not using latest Xcode 12.x?

my iOS Deployment Target has been set to 9.0, so how does this 13.4 come up?

  1. is the max iOS version Xcode 11.6 requires (no choice). 9.0 (your choice) is just the minimum...together, they result in a range of iOSs that your app is expected to support.

In the mean time see if this page helps:

h ttps://medium.com/codespace69/ios-xcode-code-signing-error-code-signing-is-required-for-product-type-application-in-sdk-216c1b16311e
Code Signing Error Message: HELP
 
 
Q