Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any issue continuing iOS5 development with the iOS6 SDK installed?

Tags:

xcode

ios

I'd like to download and install the iOS6 SDK, but I'm concerned that I'll step through a door that I can't step back through. I need to continue production-ready iOS5 development while playing with iOS6. Is there any issue about having both SDKs installed? (I do understand about the OS installed on particular devices; I'll have both iOS5 and iOS6 devices.)

like image 331
Christophe Avatar asked Jun 15 '12 05:06

Christophe


3 Answers

I downloaded and installed the new beta. Since Xcode 4.3, Xcode is mostly self contained and 4.5 exists happily alongside 4.3

like image 74
borrrden Avatar answered Nov 19 '22 23:11

borrrden


You cannot send apps that were generated by beta software to the app store, it will get rejected even if you build the app just for iOS 5. I would suggest that you install Lion/Mountain Lion on an external drive to play around with iOS 6.

like image 2
Kaan Dedeoglu Avatar answered Nov 20 '22 01:11

Kaan Dedeoglu


Don't do it. I downloaded 4.5 with iOS 6 SDK and now the "Base SDK" is set to iOS 6 and I cannot change to anything less than 6 and half the libraries we use complain about armv7s slice.

like image 2
jdog Avatar answered Nov 20 '22 00:11

jdog