tags:

views:

17

answers:

1

It says code sign error. What should I change maybe in plist to cancel this error ?

The question here http://stackoverflow.com/questions/1549225/xcode-iphone-project-code-signing-error doesn't answer my problem:

I don't want to run my app on my iphone just on SIMULATOR so I don't need to sign.

In fact I have compiled successfully several times without that message.

+1  A: 

If you're getting that error, you're building for the device, not for the simulator. Change the selection in the big top-left target dropdown in Xcode to check "Simulator", not "Device".

quixoto
Great thank you I'm still very beginner :)