Reputation: 6824
What do I do about this?
Xcode launches the app on the device and it starts up, but when it has started the image below pops up and when I click "OK" it crashes the app.
The simulator has no issues, but I cannot read the console in regards to debugging because of this. There really is not a reason why this should be happening.
Also I have no idea what code could cause this. I have no errors or warnings and everything has been fine right up until yesterday. If there is any code or more info you need to help me with this, please ask:-)
I have removed the app, restarted the devices and my mac.
Upvotes: 0
Views: 85
Reputation: 6824
Ok I found the answer here:
Basically you can't do debugging on a Ad-Hoc profile:-)
Upvotes: 1