Posts

Post not yet marked as solved
9 Replies
Hi, I'm having the same issue compiling with LibGDX and RoboVM. I don't have any file with weird characters. Can you help me with this problem? ERROR ITMS-90035: "Invalid Signature. A sealed resource is missing or invalid. The file at path [IOSLauncher.app/IOSLauncher] 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" EDITED: After removing the three previously generated files (.ipa, .dSYM and .app) and full cleaning the project Application Loaded accepted the build. Seems that a bad configuration before generated the build in a bad way and doesn't update it properly. I hope it helps everybody with the same issue.