I am trying to do an iOS build of my app.
However there’s an error regarding an iOS SDK mismatch:
“The version of iOS SDK (11.1) that’s installed on this computer does not match the target iOS version (10.3). You may encounter issues building or incompatibilities at runtime.”
I’m using Corona build 2017.3135. Xcode version 9.1.
So, where is that erroneous “10.3” coming from, and how do I tell Corona to target iOS SDK 11.1?
EDIT: Er, ok: I just realized that support for iOS SDK 11.1 appears to have been enabled in Corona 2017.3167.
And support for targeting SDK 11 was introduced in Corona Build 2017.3132.
So I just downloaded the latest Daily Build 2017.3171 and now SDK 11.1 shows up!
But… I still am not sure why the latest public build (3135) displays iOS 10.3 as the build target, when it seems to me that iOS 11 support was added prior to the public build.