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
Externals SDK
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Externals SDK
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
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 80
- Joined: Fri Jul 09, 2010 6:28 pm
Re: Externals SDK
Yay,
New release (R8) of the externals SDK solved all the problems
Cheers
Steve
New release (R8) of the externals SDK solved all the problems
Cheers
Steve