xcode 错误 ITMS-90034:签名丢失或无效
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33775122/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
ERROR ITMS-90034: Missing or invalid signature
提问by Grigori Jlavyan
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."
错误 ITMS-90034:“签名丢失或无效。包路径“Payload/APP_NAME.app”中的包“****.******.****”未使用 Apple 提交证书签名。 ”
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
1)尝试制作新的应用程序并上传(这取决于任何框架或来源和任何设置) - 一些结果
2) Tried to remove account from Xcode->Preferences->Account (Remove account) and then add again.
2) 尝试从 Xcode->Preferences->Account (Remove account) 中删除帐户,然后重新添加。
3) Tried revoke certificate make again and then refresh provisioning profile
3)再次尝试撤销证书制作,然后刷新配置文件
4) Tried to make app zip and upload from Application Loader
4)尝试制作应用程序zip并从应用程序加载器上传
5) Tried to make IPA
5) 尝试制作 IPA
6) Make change in Keychain Access for related Certification Authority certificate from "Always Trust" to "Use the system default".
6) 将相关证书颁发机构证书的钥匙串访问从“始终信任”更改为“使用系统默认值”。
7) remove all certificates and provisioning profiles and add again.
7) 删除所有证书和配置文件并再次添加。
The build is valid
构建有效
Some Error for every time, when trying to upload for submission.
每次尝试上传提交时都会出现一些错误。
Error from Application loader.
来自应用程序加载器的错误。
Error from Organizer.
来自组织者的错误。
Has anyone been able to work through this or a similar issue, and can you help?
有没有人能够解决这个问题或类似的问题,你能帮忙吗?
回答by Diego
回答by Zach Chen
It works for me in few days ago. But, Today 2016/2/22, I use the same step to do all of setting not change after one day work still can't upload to App store. I don't know whats going on. Does anyone has solved this problem.
几天前它对我有用。但是,今天 2016/2/22,我用同样的步骤做了一天工作后没有改变的所有设置仍然无法上传到 App store。我不知道怎么回事。有没有人解决过这个问题。
Finally, I find a good solution to solve this issues first download and install the new WWDR intermediate certificate(by double-clicking on the file). deleting the expired certificate from keychain . Then all of problem is solved. Here for reference Xcode 7 error: “Missing iOS Distribution signing identity for …”
最后,我找到了一个很好的解决方案来解决这个问题,首先下载并安装新的WWDR 中间证书(通过双击文件)。从钥匙串中删除过期的证书。然后所有的问题都解决了。此处供参考Xcode 7 错误:“缺少 iOS 分发签名标识……”
回答by user1039695
I resolved 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
我解决了很多次
1 检查 AppleWWDRCA 证书是否过期。
2 通过双击钥匙串中的分发证书来检查始终信任的字段。
3. 我正在使用另一个同名的分发证书,但有另一个到期日。
4.更新/删除以前分发安装的证书
回答by casillas
I have just got the same issue. I have restarted Xcode and it works like a charm!
我刚刚遇到了同样的问题。我已经重新启动了 Xcode,它就像一个魅力!
I have not changed anything and it was working an hour ago; therefore, I did not spent any time on keychain. simple restarted xcode and it has worked.
我没有改变任何东西,它在一个小时前就开始工作了;因此,我没有在钥匙扣上花任何时间。简单地重新启动 xcode 并且它已经工作了。
回答by Grigori Jlavyan
The problem is resolved. But makes new User in my Mac.
问题解决了。但是在我的 Mac 中创建了新用户。