Error building standalone after updating to XCode 8

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pink
Posts: 285
Joined: Wed Mar 12, 2014 6:18 pm

Error building standalone after updating to XCode 8

Post 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)
Greg (pink) Miller

MadPink, LLC
I'm Mad, Pink and Dangerous to Know
sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: Error building standalone after updating to XCode 8

Post by sphere »

LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 870
Joined: Fri Feb 06, 2015 4:03 pm

Re: Error building standalone after updating to XCode 8

Post 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
--
pink
Posts: 285
Joined: Wed Mar 12, 2014 6:18 pm

Re: Error building standalone after updating to XCode 8

Post 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)
Greg (pink) Miller

MadPink, LLC
I'm Mad, Pink and Dangerous to Know
LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 870
Joined: Fri Feb 06, 2015 4:03 pm

Re: Error building standalone after updating to XCode 8

Post 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
--
Post Reply