Hi,
I have an app where I submitted the last release in February this year using Xcode 7.2, iOS 9.2 and Corona SDK 2824.
Now after upgrading to Xcode 7.3, iOS 9.3 and using Corona 2850+ (also tried latest daily 2907), I receive the following error
ERROR ITMS-90035: "Invalid Signature. A sealed resource is missing or invalid. 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 checked that my distribution certificate is still valid and selected when building the app. It will not expire until December. I also tried generating a new one, without any luck.
Do you have any idea what is wrong and what I can do to fix it?