New to iOS development, still figuring out stuff. Just purchased Apple Developer account! Could anyone please let me know if it's possible to run xcode 6 and xcode 5 compiled ipa on iPad device running iOS 8.1
I can't install xcode 6.1 because I think it requires OS X 10.10 yosemite
In other words I want to know what's the least OS X and xcode version requirement in order to build an application that could run on my iPad running iOS 8.1
Many thanks
As a licensed developer, you can download versions of Xcode at the Downloads for Apple Developers page.
You need Xcode 6.1 to develop with the iOS 8.1 SDK. Xcode 6.1 requires Mac OS X 10.9.4 (Mavericks) or later according to the App Store. The aforementioned Downloads page confirms that it requires Mavericks or Yosemite.
If you want to develop using the iOS 8.0 SDK, you need Xcode 6.0 or later. It requires Mavericks, too.
You can use Xcode 5.1 on Mountain Lion or Mavericks, but you can only develop against the iOS 7.1 SDK (and no Swift).
By the way, effective February 15th, 2015, you cannot submit apps to the store that were developed using an SDK prior to iOS 8 (i.e. you must use Xcode 6.0 or later by that point):
See the relevant developer announcement on the News and Updates page.
So you may want to go ahead and update in anticipation of that.
I don't think there are such requirements for the installation of Xcode 6.
I installed Xcode 6 Beta running OS X 10.9 Mavericks and it wasn't an issue.
I also checked on the Apple Developer website and they don't mention these requirements either.