简体   繁体   English

Xcode中的签名无效警告

[英]Signature invalid warning in xcode

I faced on the warning as below when I build my app in xcode. 在xcode中构建应用程序时,遇到以下警告。


Application failed codesign verification. 应用程序代码签名验证失败。 The signature was invalid, or it was not signed with an Apple submission certificate. 签名无效,或者未使用Apple提交证书签名。 (-19011) (-19011)

In the internet, there are many people who faced on this warning,but there is no solution. 在互联网上,有很多人面临此警告,但没有解决方案。 ( they are searching the solution even now..) (他们甚至还在搜索解决方案。)

Many of them faces on the problem after installing Xcode 4.0 beta, and somw of them is ok when they reinstall Xcode 3.2.2. 他们中的许多人在安装Xcode 4.0 beta之后都会遇到问题,并且当他们重新安装Xcode 3.2.2时,他们中的一些就可以了。

I am not finding any solution for this. 我没有找到任何解决方案。

Could someone help me please..? 有人可以帮我吗..?

Ok you may have tried this already, but this is what finally worked for me. 好的,您可能已经尝试过了,但这终于对我有用。

Created a " Distribution " certificate + provisioning profile in the "provisioning portal". 在“设置门户”中创建了“ 分发 ”证书+设置配置文件。

This allowed me to get past the codesign error you mentioned above for a Device+Release build. 这使我能够克服您上面提到的Device + Release构建的codesign错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM