- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Xcode 16.2 + iOS 16.6 Issue
Normally, we support 3 to 4 versions of iOS.
As of June 2025, we support iOS 16, 17, 18, and soon 26
However, Apple only supports iOS 16.6+ in Xcode 16.2 for SDKs, but still allows iOS 16.0+ in APPs.
Even worse, Xcode shows both variants as "iOS 16" in their tool
Our SDK setup:
Your APP setup:
iOS 16.0 to 16.5 Crash
This will create an issue where your App will crash for users on iOS 16.0 to 16.5 immediately upon calling any Ignite SDK code.
There are two possible solutions:
1. Update your App to require iOS 17.0 or better
Now shows as "iOS 17"
2. Update your App to require iOS 16.6 or better
Manually, set your App version using "Other..."
Manually enter "16.6" and press Enter
Xcode still shows version as "iOS 16"
But your compiled App's Info.plist will correctly be 16.6:
Was this article helpful?