Copy link to clipboard
Copied
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/Introduct..."
SDK: 22.0.0.149
Don't have ".sh" file in my project.
What do I do?
Copy link to clipboard
Copied
Hi @xiangshun110,
Can you let us know the result of the following.
1. Unzip your app packaged with 22.0.0.149 build.
2. Run the following command (in mac) codesign --verify -vvvv <your_application>.app
3. Let us know the output of the above command.
-Roshan
Adobe AIR
Copy link to clipboard
Copied
Payload codesign --verify -vvvv ucvcbbsProject.app
ucvcbbsProject.app: a sealed resource is missing or invalid
file missing: /Users/shun/Documents/workspace/xueyoubing/Payload/ucvcbbsProject.app/.DS_Store
Copy link to clipboard
Copied
but use 21.0.0.198 build is ok.
Copy link to clipboard
Copied
Hi,
Looks like you have a hidden file .DS_Store inside the assets of your app.
Kindly find and remove it and try again.
-Roshan
Copy link to clipboard
Copied
I put “.DS_Strore” files deleted,use "codesign --verify -vvvv ucvcbbsProject.app",There are still have ".DS_Store". i am enter the app dir,use find . -name ".DS_Store",This file not found。
sorry.i'm english is poor.
Copy link to clipboard
Copied
Can you try this command in your project folder before packaging the app.
find . -name ".*"
you might find some hidden files.
-Roshan
Copy link to clipboard
Copied
I have tried,There is no hidden files,I feel is a problem of the SDK,because use 21.0.0.198 build is ok. so...
Copy link to clipboard
Copied
Hi,
Please send the sample files to me chhetri[at]adobe[dot]com we will need it to reproduce the bug.
-Roshan
Copy link to clipboard
Copied
Already send mail to you。
Copy link to clipboard
Copied
i'm use 19.0.0.213 to submit to the app strore success. oh my god....
Copy link to clipboard
Copied
Hi,
Please send me the assets of the app that i can package and reproduce the bug. The ipa file sent to me did not help me.
-Roshan
Copy link to clipboard
Copied
Hi, Can you please help us on above query?
-Roshan