Page 1 of 1

invalid version number in ‘-miphoneos-version-min-10.’

Posted: Thu Oct 20, 2016 2:54 am
by quailcreek
Is anybody else seeing this error when building a standalone?

linking for arm (arm64) failed with clang:
error: invalid version number in
‘-miphoneos-version-min-10.’

OS 10.11.6
8.1.1 Stable
xCode 8

Re: invalid version number in ‘-miphoneos-version-min-10.’

Posted: Thu Oct 20, 2016 9:51 am
by LiveCode_Panos
Hi Tom,

This bug was present in 8.1.1 RC-1, and was fixed in 8.1.1 RC-2. So 8.1.1 STABLE should be ok. I just tested and I can successfully create an iOS standalone with min iOS version = 10.0.

If you still see this bug in 8.1.1, I would suggest you file a bug report and attach your sample stack to test with.

Best,
Panos
--

Re: invalid version number in ‘-miphoneos-version-min-10.’

Posted: Thu Oct 20, 2016 7:23 pm
by quailcreek
Thanks, Panos.
I had to manually add the 0 to
cRevStandaloneSettings ios,minimum version 10.

for some reason LC left if off. Anyway, I have it handled, Thanks again.