xcode - Can an iOS 10 application run on an iOS 9 device? -
i'm exited using new xcode application, wanted know if it's possible run ios 10 app on ios 9 device ? because i'm developing app on xcode 7 , don't know if must finish app first migrate on xcode 8 or not ? thanks. xcode 8 support older deployment targets ios 10 (just xcode 7 supports older deployment targets other ios 9). have adjust project settings appropriate. if want use ios 10 features (i.e., elements of sdk available ios 10 forward), need use availability syntax in swift , ensure don't access sdk elements on older versions of ios.