When trying to upload my app via Application Loader to Apple, I’m getting “ERROR ITMS-90035…”
I have an Enterprise account with a custom plugin. I can build the app and install it on my device with Xcode without issue. If I comment out this line in build.settings and re-build, it will upload to Apple without issue:
iphone = { url=“https://custom-url/iphone.tgz” },
I do not think it is a general certificate / provisioning issue. I completely re-did my certificate / provisioning profile / etc on a new user. The app uploads just fine if I have the custom plugin commented out. But, the app builds fine locally with the custom plugin.
I REALLY need to get this resolved as soon as possible. I would sincerely appreciate any assistance.
Thank you!
Andy
Error Message:
[2017-10-15 15:29:13 EDT] <main> DBG-X: The error code is: 1102
[2017-10-15 15:29:13 EDT] <main> INFO: Done performing authentication.
[2017-10-15 15:29:13 EDT] <main> DBG-X: Returning 1
ERROR ITMS-90035: "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"