Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 won't let me develop on my iOS 8 phone [closed]

I was developing an application with iOS 7, and I just updated to the beta of iOS 8. I downloaded Xcode 6 beta and now when I plug my phone in, it lists my phone under "Ineligible devices" and won't let me develop on it. Why is this?

like image 795
SomeGuy Avatar asked Jun 03 '14 20:06

SomeGuy


People also ask

Which iOS version does Xcode 12.4 support?

Xcode 12.4 includes SDKs for iOS 14.4, iPadOS 14.4, tvOS 14.3, watchOS 7.2, and macOS Big Sur 11.1. The Xcode 12.4 release supports on-device debugging for iOS 9 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 12.4 requires a Mac running macOS 10.15. 4 or later.

How do I show simulator in Xcode?

The basic way to open a list of simulators is to use Xcode -> Window -> Devices and Simulators. Here you can create and manage all available simulators.

How do you choose a simulated device as a destination?

For iOS, tvOS, and watchOS apps, you can choose a simulated device, under [Platform] Simulators, from the run destination menu next to the scheme menu in the toolbar. To add additional simulators of a product family running older versions of the operating system, choose Add Additional Simulators.


1 Answers

I just had the same issue. What fixed it for me was changing the Deployment Target (though in my case i went from 8 to 7).

like image 161
pmilla1606 Avatar answered Sep 19 '22 04:09

pmilla1606