Katz
Katz

Reputation: 866

Xcode won't recognize my iOS device

I cleaned the project and restarted Xcode to see if that would fix it but it didn't.

Image

Upvotes: 1

Views: 3824

Answers (2)

tuledev
tuledev

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

Marcus Adams
Marcus Adams

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

Related Questions