How to define SDK and Deployment Target in iOS
Issue #33 I see that my answer to the question What’s the meaning of Base SDK, iOS deployment target, Target, and Project in xcode gets lots of views, so I think I need to elaborate more about it Good read iOS 7 TechTalk - Architecting Modern Apps, Part 2 Configuring a Project for SDK-Based Development Base SDK We can’t configure this anymore, as Xcode will use the latest SDK. For Xcode 7, the SDK is iOS 9 If we upgrade Xcode, it will use the newer version of the SDK....