Xcode
Enabling iOS 9.3 SDK in Xcode 8 for iOS 10
Some of the new iOS 10 features contain link-time checks, that is they are only enabled if the app was linked to the iOS 10 SDK. When working on an open source library it is necessary to debug when linked to an older SDK, e.g. iOS 9.3, on a newer device iOS, Read more…