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