Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 with iOS 9?

I'm fairly new to iOS development and I upgraded my device to iOS 9.0 beta, to see how my app faired. However, I did not upgrade to Xcode 7 beta. I'm getting an error that says my device is now "ineligible", specifically,

iPhone (3) may be running a version of iOS that is not supported by this version of Xcode.

Is this standard? Do I have to upgrade to Xcode 7 if I'm running iOS 9.0?

like image 430
ABC Avatar asked Jun 13 '15 20:06

ABC


People also ask

Can Xcode run on iOS?

Xcode is a complete developer toolset for creating apps for Mac, iPhone, iPad, Apple Watch, and Apple TV. Xcode brings user interface design, coding, testing, debugging, and submitting to the App Store into a unified workflow.

Which version of Xcode is compatible with macOS Big Sur?

Xcode 9.2 is it supports macOS Big Sur.

Does Xcode 13.3 Work on Big Sur?

Overview. Xcode 13 includes SDKs for iOS 15, iPadOS 15, tvOS 15, watchOS 8, and macOS Big Sur 11.3. The Xcode 13 release supports on-device debugging for iOS 9 and later, tvOS 9 and later, and watchOS 2 and later.

Is SwiftUI same as Xcode?

SwiftUI is more than a framework. It is integrated into Xcode, enabling developers to build user interfaces much faster than ever before. You can edit the user interface of your application in code or in a visual editor that automatically reflects what your code translates to.


2 Answers

The problem with Xcode 7 is that it wants to change your swift code to be able to run. There is way here. Download Xcode 7 and run it. After a few minutes with some installations, connect your iOS 9 device to computer so you can see it in Xcode 7. Then quit Xcode 7 and run Xcode 6 and surprisingly, Xcode 6 will detect your device and you can run your app on it.

like image 173
Hassan Chizari Avatar answered Oct 14 '22 06:10

Hassan Chizari


Yes, you need to install Xcode 7 in order to develop for iOS 9. You are able to keep Xcode 6 running alongside Xcode 7.

like image 38
Ben Kane Avatar answered Oct 14 '22 07:10

Ben Kane