Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

ERROR ITMS-90035

New Here ,
Jun 06, 2016 Jun 06, 2016

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

certificate:Distribution

Don't have ".sh" file in my project.

What do I do?

TOPICS
Development
3.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 06, 2016 Jun 06, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 06, 2016 Jun 06, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 06, 2016 Jun 06, 2016

but use 21.0.0.198 build is ok.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 06, 2016 Jun 06, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 07, 2016 Jun 07, 2016

1D34DCF0-5B13-4F65-AFE2-E1B8D64DE748.png

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 07, 2016 Jun 07, 2016

Can you try this command in your project folder before packaging the app.

find . -name ".*"

you might find some hidden files.

-Roshan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 08, 2016 Jun 08, 2016

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...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 08, 2016 Jun 08, 2016

Hi,

Please send the sample files to me chhetri[at]adobe[dot]com we will need it to reproduce the bug.

-Roshan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2016 Jun 11, 2016

Already send mail to you。

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2016 Jun 11, 2016

i'm use 19.0.0.213  to submit to the app strore success.   oh my god....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 14, 2016 Jun 14, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 20, 2016 Jun 20, 2016
LATEST

Hi, Can you please help us on above query?

-Roshan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines