Confusion using XCode 4.5 for iOS 5.0 and iOS 6.0
Posted
by
AppleDeveloper
on Stack Overflow
See other posts from Stack Overflow
or by AppleDeveloper
Published on 2012-10-04T15:06:32Z
Indexed on
2012/12/13
11:05 UTC
Read the original article
Hit count: 357
I am very much confused between iOS 5.0 and iOS 6.0 with XCode 4.5. It's not very clear if I want to support my new App on iOS 5.0 onwards, which functionality should I use and which are not to use. Basically Xcode 4.5 gives you all functionality like Container Views and Unwind Segues in storyboard (...and many more that I might not be aware) that are available only from iOS 6.0 and you wouldn't know until you run your app and it crashes! Could anyone please let me know any simple solution to this? Do I have to revert back to Xcode 4.4? I am setting deployment target to iOS 5.0 but I couldn't set Base SDK to iOS 5.0 as it doesn't appear in the list. See attached image. Thanks.
© Stack Overflow or respective owner