Page 1 of 1

Standalone Application, Xcode 9.2, Livecode 9.0.0

Posted: Mon Apr 09, 2018 10:07 am
by jmm123
Hi,
I am on OSX 10.13 with Xcode 9.2 and Livecode 9.0.0

I can create a simple test application in the iphone Simulator. But when I try to create a standalone application for iOS I get these errors as seen on the attached screenshot.

How do I interpret these error numbers or can someone please point me in the right direction?

Thanks

Re: Standalone Application, Xcode 9.2, Livecode 9.0.0

Posted: Mon Apr 09, 2018 11:14 am
by jmburnod
Hi,
Sorry, no idea about this error message
After your message I tried to compile one of my apps for mobile (OSX 10.13 with Xcode 9.2 and Livecode 9.0.0) without issue.
Best regards
Jean-Marc

Re: Standalone Application, Xcode 9.2, Livecode 9.0.0

Posted: Mon Apr 09, 2018 5:08 pm
by LiveCode_Panos
Hi jmm123,

Welcome to the forum.

A rough guess is that you get that msg because the Xcode command line tools are not up to date.

What does the following command return (type it in the terminal):

xcode-select -p

If it does not return a path to xcode9.2, you have to change it.

Try this:

1. Open Xcode 9.2
2. Go to Xcode -> Preferences -> Locations.
3. In Command Line tools, choose Xcode 9.2.
4. Quit LC, open it again and build an iOS standalone.

Please let us know if this fixes the problem.

Best,
Panos
--

Re: Standalone Application, Xcode 9.2, Livecode 9.0.0

Posted: Mon Apr 09, 2018 9:35 pm
by jmm123
Thanks Panos,

That worked brilliantly!

John