GameKit external on iOS

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
brentj84062
Posts: 18
Joined: Wed Jul 12, 2006 4:40 am

GameKit external on iOS

Post by brentj84062 » Wed Aug 17, 2011 6:50 pm

Hello Everyone,

I've started developing a GameKit external for LiveCode on iOS. I've got a basic external compiled for running a GameCenter leader board and it tests great in the simulator. Unfortunately, when I put it into a test stack, build a standalone, and deploy it, the app crashes on the device and I get an ambiguous "Startup error: failed to load external" in the console. This is very strange, because when I insert NSLog messages inside the external's startup function, every function is called. It runs fine in the simulator, but when it comes to the device it crashes every time. I see the same behavior with the sample iOS SDK projects provided by RunRev.

Anyone seen this before? Any pointers? (pun absolutely intended, I've been in C++ code a lot more than usual today)

I plan on releasing my GameKit external's source code to the LiveCode community since there is such a huge need for it, but this is a major blocker to getting it up and running. I guess we could always release apps for users to run on their desktop iPhone simulators, but that doesn't seem very practical. ;)

Thanks,
Brent Anderson

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

Re: GameKit external on iOS

Post by Mark » Thu Aug 18, 2011 1:05 pm

Hi Brent,

I'm having the same problems with my externals. I have contacted RunRev and am waiting for a reply. If this is solved, I'll let you know (somewhere on this forum).

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

Post Reply