Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New ios7 update & xcode 5 no device found

I just updated my iPhone4s to ios7 and xcode to 5. I am trying to run my app on the iphone which worked for 6.1.x and 4.xx. However, after the update xcode claims not to find my connected iphone testing my app.

Xcode cannot run using the selected device.
No provisioned iOS devices are available with a compatible iOS version. Connect an iOS    device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination?
like image 831
El Dude Avatar asked Sep 22 '13 17:09

El Dude


3 Answers

  1. Window -> Organizer.
  2. Click on device tab.
  3. Click on the iOS device on the left side and click the button 'Use for development'.
like image 91
Deepak Thakur Avatar answered Oct 13 '22 00:10

Deepak Thakur


Check in Organizer if device is used for development or has lost this property on xcode actualization.

like image 22
RFG Avatar answered Oct 13 '22 00:10

RFG


check the organizer like Rauru Ferro said. It might need some time to update the settings in Xcode. You should see a progress bar loading, after that everything should work fine.

like image 25
iDev Avatar answered Oct 13 '22 00:10

iDev