Page 1 of 1
Error building standalone after updating to XCode 8
Posted: Sun Oct 02, 2016 6:57 pm
by pink
So I went to build an updated version of my app... needed to update to XCode 8 so i did, and now I get the following error:
There was an error while saving the standalone application linking for arm (armv7) failed with Id: library not found for -lcrt1.3.1.o
clang: error: linker comand failed with exit code 1 (use -v to see invocation)
Re: Error building standalone after updating to XCode 8
Posted: Sun Oct 02, 2016 7:45 pm
by sphere
Re: Error building standalone after updating to XCode 8
Posted: Mon Oct 03, 2016 1:47 pm
by LiveCode_Panos
Hi all,
This error is thrown because the minimum iOS version in the standalone settings for iOS of the existing stack is set to 5.1.1, which is not supported in LC 8.1.1 RC1. Just set it to 6.0 and the error will disappear.
Best,
Panos
--
Re: Error building standalone after updating to XCode 8
Posted: Mon Oct 03, 2016 3:00 pm
by pink
Does this mean we will no longer be able to compile for 5.1.1? (I utilize a number of the original iPads for work)
Re: Error building standalone after updating to XCode 8
Posted: Mon Oct 03, 2016 3:06 pm
by LiveCode_Panos
Hi pink,
Yes, deploying to iOS 5.1.1 is no longer supported in LC 8.1.1 RC-1. BTW the "5.1.1 or later" should not appear at all in the standalone settings. The fact that it appears is a bug:
http://quality.livecode.com/show_bug.cgi?id=18494
Best regards,
Panos
--