Xcode 5 for IOS 8 apps

ive just started to Learn to program and write code in objective C, i want to be making iphone apps/games. Im currently stuck with an old iMac that cannot run Mavericks therefore cannot run Xcode 6. So my question is, can i make IOS 8 apps in Xcode 5? Thanks!

Upvotes: 0

Views: 90

Answers (2)

tsr
tsr

Reputation: 424

Unfortunately you can't use iOS 8 features in your development as it's available from Xcode 6 and it's SDK. Your app built with previous versions of SDK should run on latest system version when downloaded from AppStore but if you want to debug on device with iOS8 than xcode 5 will complain about your SDK.

Upvotes: 1

derdida
derdida

Reputation: 14904

In my opinion: No you cant. The SDK for iOS 8 could only be installed in XCode 6.

But you could use:

http://www.macincloud.com

Upvotes: 0

Related Questions