Externals SDK

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SteveHanlan
Posts: 80
Joined: Fri Jul 09, 2010 6:28 pm

Externals SDK

Post by SteveHanlan » Mon Oct 24, 2011 8:26 pm

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

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Externals SDK

Post by Mark » Wed Oct 26, 2011 12:39 am

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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

SteveHanlan
Posts: 80
Joined: Fri Jul 09, 2010 6:28 pm

Re: Externals SDK

Post by SteveHanlan » Mon Oct 31, 2011 6:41 pm

Yay,

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

Cheers

Steve

Post Reply