jwknz
jwknz

Reputation: 6824

Xcode says it cannot launch app when it in fact does run

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.

enter image description here

Upvotes: 0

Views: 85

Answers (1)

jwknz
jwknz

Reputation: 6824

Ok I found the answer here:

Same issue here

Basically you can't do debugging on a Ad-Hoc profile:-)

Upvotes: 1

Related Questions