Hi,
I can't achieved to upload my app to App Store because of a weird signature issue :
Invalid Signature - A sealed resource is missing or invalid. The file at path [APPXXX.app/APPXXX] 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 already sent dozen of app the past years and I never bein sutcked with a such problem...
I checked everything i could :
- Build settings at target level : Code Signing Identity is "iOS developer", Development Team is set to the good team, Provisionning Profil is set to Automatic
- App targets last iOS SDK (iOS 11.4), standard architectures...
- Clean all project (deleted DerivedData...)
- Manually select iOS distribution certificate and App Store profile when archiving
- No special characters in file names
I also tried to upload the App from another Mac that don't have an APFS disk (I read that it could cause that issue..) but same result.
I'm just getting crazy.
Any idea ?