Posts

Post not yet marked as solved
6 Replies
3.3k Views
I've been trying to solve this issue for more than a week now, searching everywhere, trying everything but I'm out of ideas now. I've compiled my app with a distribution certificate and a distribution profile. Device "IPhone" was selected, not simulator, etc, everything right. When publishing it, it passes on Xcode validation. I even tried the command line validation (maybe it's different from what XCode does?) and it also passes. However, a few minutes later I get an email:Invalid Signature - A sealed resource is missing or invalid. The file at path [Notificacao.iOS.app/Notificacao.iOS] 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.htmlI've read about invalid characters being the culprit, but the only thing I have are characters like "ã" and "ç" on the App Store name, which is of course necessary. I can't simply remove the accents. No file at all in the project has special characters in its name. Not even the app name (which is displayed under the app icon after installed). Do you guys have any other ideia of what might cause this or how can I discover the underlying issue?
Posted
by andre_ss6.
Last updated
.