0

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

The question here 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.

Community
  • 1
  • 1
user310291
  • 36,946
  • 82
  • 271
  • 487

1 Answers1

1

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

Ben Zotto
  • 70,108
  • 23
  • 141
  • 204