Reputation: 866
I cleaned the project and restarted Xcode to see if that would fix it but it didn't.
Upvotes: 1
Views: 3824
Reputation: 10327
Maybe, the OS version of your device (iPad) is lower than Deployment Target in General tab of the target. Choose another Deployment Target which is lower or equal the iPad OS version.
Upvotes: 1
Reputation: 53870
You need to launch the app on your device manually once and tap on "Trust" on the pop-up before you can run it in the debugger (XCode).
Upvotes: 0