简体   繁体   English

代码签名错误-XCode 4.5-iOS 6

[英]Code Sign error - XCode 4.5 - iOS 6

I updated XCode to v. 4.5 and now when I try to Run an app I get the error: Code Sign error: The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains I don't use Apple Developer program for 99$. 我将XCode更新为v。4.5,现在尝试运行应用程序时出现错误: Code Sign error: The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains不要使用99美元的Apple Developer程序。

What's wrong? 怎么了?

It happened just after the update. 它发生在更新之后。 I searched a lot of answers on stackoverflow but no one helped me. 我在stackoverflow上搜索了很多答案,但是没有人帮助我。

You have to use the Apple Developer Program if you want to run your app from Xcode on your non-jailbroken iOS device. 如果要在未越狱的iOS设备上从Xcode运行应用程序,则必须使用Apple Developer Program。

If you are trying to run the app in the Simulator, you have to select it from the drop down list at the top left corner in Xcode. 如果您试图在模拟器中运行该应用程序,则必须从Xcode左上角的下拉列表中选择它。 And make sure (in the Build Settings) that you don't code sign. 并确保(在“构建设置”中)您未对符号进行编码。

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

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