Vladimir
Vladimir

Reputation: 398

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$.

What's wrong?

It happened just after the update. I searched a lot of answers on stackoverflow but no one helped me.

Upvotes: 0

Views: 1259

Answers (1)

DrummerB
DrummerB

Reputation: 40201

You have to use the Apple Developer Program if you want to run your app from Xcode on your non-jailbroken iOS device.

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. And make sure (in the Build Settings) that you don't code sign.

Upvotes: 1

Related Questions