Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90034: Missing or invalid signature

Tags:

xcode

ios

iphone

Every time trying to submit but some result. Like this

ERROR ITMS-90034: "Missing or invalid signature. The bundle '****.******.****' at bundle path 'Payload/APP_NAME.app' is not signed using an Apple submission certificate."

Everything looks fine, we click submit, it goes to validate, and starts to upload to the app store. Then at the very last second ,the error pops up no matter what we've done to try to fix it.

Tried following steps to.

1) Tried to make just new app and upload ( With this excluded depending from any framework or source and any settings) - some result

2) Tried to remove account from Xcode->Preferences->Account (Remove account) and then add again.

3) Tried revoke certificate make again and then refresh provisioning profile

4) Tried to make app zip and upload from Application Loader

5) Tried to make IPA

6) Make change in Keychain Access for related Certification Authority certificate from "Always Trust" to "Use the system default".

7) remove all certificates and provisioning profiles and add again.

The build is valid

enter image description here

Some Error for every time, when trying to upload for submission.

Error from Application loader.

enter image description here

Error from Organizer.

enter image description here

Has anyone been able to work through this or a similar issue, and can you help?

like image 776
Grigori Jlavyan Avatar asked Nov 18 '15 08:11

Grigori Jlavyan


4 Answers

I have just got the same issue. I have restarted XCode and it works like a charm!

I have not changed anything and it was working an hour ago; therefore, I did not spent any time on keychain. I have simply restarted XCode and it has worked.

If the problem still persists, then I recommend you to Go to Keychain Access, delete all the expired certificates, and add the corresponding valid certificate.

like image 117
casillas Avatar answered Nov 14 '22 12:11

casillas


you can try... Make change in Keychain Access for related Certification Authority certificate from "Always Trust" to "Use the system default".

This do the trick for me! enter image description here

like image 30
Diego Avatar answered Nov 14 '22 13:11

Diego


I got the same issue today. My app was sent successfully, but after 10 mins I got an email. with this Error ITMS-90034. As result, I started to check If my profiles are expired and etc. Everything was fine. So maybe after few hours I just sent a new archive, and it was successfully uploaded. I guess it was related to the apple side.

like image 7
Farrukh Makhmudov Avatar answered Nov 14 '22 12:11

Farrukh Makhmudov


I have resolved this many times:

  1. check AppleWWDRCA certificate if expired or not.
  2. check fields for always trust by double click the distribution certificate in keychain.
  3. I was using another distribution certificate from same name with another expiry date.
  4. update/delete previous distribution installed certificate
like image 7
user1039695 Avatar answered Nov 14 '22 11:11

user1039695