Xcode 7.0, Unacceptable devices while running on the device. - iPhone name not available

After upgrading Xcode to 7.0 and iOS 9 on my device, Xcode does not detect that my device is being tested and deployed,

When running the code is displayed vinod iPhone unavailable. but before Xcode 6.3 the application was launched and very well placed on the device.

Does anyone know how to solve this?

+4
source share
1 answer

You can try to implement any solution to run the assembly on your device.

  • Reboot the iOS device (if the device is recently updated) and your Xcode.

  • , "iOS Deployment Target" <= iDevice. enter image description here

goto - Product > Destination, , . .

+6

Source: https://habr.com/ru/post/1608663/


All Articles