Vinod Rathod
Vinod Rathod

Reputation: 822

Xcode 7.0, Ineligible devices while running on device. - Name's iPhone unavailable

After updating Xcode to 7.0, and iOS 9 in my device, Xcode does not detects my device to test & deploy,

It shows vinod's iPhone unavailable while running the code. but until Xcode 6.3 the app was running & deployed very well in the device.

Does anyone know how to resolve this?

Upvotes: 4

Views: 5294

Answers (1)

Anbu.Karthik
Anbu.Karthik

Reputation: 82759

You can try follow any one solution to run build in your device.

  1. Restart your iOS device (If device is recently updated) and your Xcode.

  2. Make Sure that in build settings "iOS Deployment Target" is <= the version of your iDevice. enter image description here

Otherwise goto - Product > Destination, select your device which would be showing as ineligible device.You will be able to select your device and run your build.

Upvotes: 6

Related Questions