When trying to upload my app via Application Loader to Apple,Im getting mail like “Invalid Signature - A sealed resource is missing or invalid…”
(Xcode version:9.4.1)
------contents of the email------
We identified one or more issues with a recent delivery for your app, “APPNAME”. Please correct the following issues, then upload again.
Invalid Signature - A sealed resource is missing or invalid. The file at path [APPNAME.app/APPNAME] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html
I have certainly signed my application with a distribution certificate, and already implemented correspondence written in e-mail, and checked following topics.
https://forums.coronalabs.com/topic/52238-missing-or-invalid-signature-need-help/
But the situation does not change.
I really need to get this resolved as soon as possible.
Thank you.