Reputation: 822
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
Reputation: 82759
You can try follow any one solution to run build in your device.
Restart your iOS device (If device is recently updated) and your Xcode.
Make Sure that in build settings "iOS Deployment Target" is <= the version of your iDevice.
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