Setting the Minimum iOS version in Xcode
Assuming you’re building against the 8.x SDK, and you have set the deployment target to 8.x or higher, that’ll be enough. However, I’d imagine you set the deployment target the wrong place in Xcode. You’ll need to set it under your Project and not under your Target. Alternatively, if you have a .xcconfig file, you … Read more