4

Xcode won't connect to my ipad it says:

"To use this device with Xcode, unlock the device and choose "Trust"."

I have done that. Is there any chance that setting up trust will not work? How do I get this to connect?

I am using cordova, if that helps anyone.

Sam-Graham
  • 1,254
  • 12
  • 20

2 Answers2

5

It seems like this problem is the same one here

It looks like you may need to go into the "TARGETS" of the app into the summary and "iOS Application Target" and change the "Deployment Target" according to the iOS version of your iPad.

Also if that doesn't work then another person suggests restarting your ipad while connected to your computer then hit "trust" again when it pops up.

Community
  • 1
  • 1
Finn Fuller
  • 154
  • 9
  • 1
    That did it, I had to change the 'iOS Deployment Target' field, for some reason, it was pointing to 7.0, and not 7.1. – Sam-Graham Jul 31 '14 at 13:21
  • 1
    I had to restart the iPad while connected at which point Xcode reprocessed symbol files and then everything worked like normal – Stinger May 20 '15 at 00:55
2

I had the same problem. After restarting the Ipad everything worked fine

Joel Ollé Ripoll
  • 451
  • 1
  • 4
  • 15
  • 1
    same here, first ipad worked fine, then plugged in a second and i guess the mac got confused. only restarting the tablet fixed the issue, restarting xcode did nothing. – Mr. Bungle Jun 03 '16 at 04:12