ERROR ITMS-90034: Missing or invalid signature

后端 未结 9 1153
孤街浪徒
孤街浪徒 2021-01-01 17:47

Every time trying to submit but some result. Like this

ERROR ITMS-90034: \"Missing or invalid signature. The bundle \'****.******.****\' at bundle

9条回答
  •  [愿得一人]
    2021-01-01 18:23

    This issue can be raised because of distribution certificate with private key not present in the keychain or revoked from apple developer account.

    We can fix this issue by two ways :

    1. Create distribution certificate on apple developer account. download it and add it in keychain. Make sure this certificate is added in login section with private key.
    2. If distribution certificate is already created on any other machine that time you can take distribution certificate with private key by selecting distribution certificate and private key, export both items to specific destination path. After take that certificate and add it in keychain.

    Happy Coding ...

提交回复
热议问题