Page 1 of 1

Externals SDK

Posted: Mon Oct 24, 2011 8:26 pm
by SteveHanlan
I am running xCode 4.2 with iOS5 SDK and Livecode 5.0.0

When I compile an external project for the simulator, the simulator does not run
When I compile for my device, (iPad in this case), it still compiles clean but when I save the created .livecode stack as a standalone, I get a message that it cannot find the binaries folder, showing that it is looking one level too deep, i.e.

If I have my test as 'btest' then the compiled code is in folder is in 'desktop/btest/binaries'

Livecode says 'cannot find folder desktop/btest/btest/binaries'

Any one else having problems with externals, or maybe I just have a setting wrong somewhere ...

Cheers

Steve

Re: Externals SDK

Posted: Wed Oct 26, 2011 12:39 am
by Mark
Hi Steve,

Whenever I use a relative path to the binaries folder, I run into problems, but if I use an absolute path, it works. At least, in LC 4.x.

Please let me know if this helps.

Kind regards,

Mark

Re: Externals SDK

Posted: Mon Oct 31, 2011 6:41 pm
by SteveHanlan
Yay,

New release (R8) of the externals SDK solved all the problems

Cheers

Steve