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

ERROR ITMS-90035

New Here ,
Jun 06, 2016 Jun 06, 2016

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

certificate:Distribution

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

What do I do?

TOPICS
Development

Views

2.7K

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

but use 21.0.0.198 build is ok.

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Already send mail to you。

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

Hi, Can you please help us on above query?

-Roshan

Votes

Translate

Translate

Report

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