Need SDK

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Need SDK

Post by maxs » Fri Feb 15, 2013 7:27 pm

The neverending nightmare of deploying to ios: Part 4

I know I have the latest Xcode with the latest SDK, because I just deployed an app to the App store.

Now when I attempt to build a new IOS app with a different project, I get a message that I need the SDK 6.0 for Xcode. I've tried switching from Universal, to arm7 to arm 6, but I keep getting an error message preventing me from building a standalone.

Any ideas?


Thanks, Max

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: Need SDK

Post by maxs » Fri Feb 15, 2013 7:39 pm

I did send a pointer to the sdk to the preferences window for mobile support.

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: Need SDK

Post by maxs » Fri Feb 15, 2013 7:49 pm

Livecode does not want my sdks from xcode version 4.6, which is what I have. I can't find an older version of xcode to download.

KennyR
Posts: 256
Joined: Thu Jan 19, 2012 4:25 am

Re: Need SDK

Post by KennyR » Fri Feb 15, 2013 9:40 pm

Go to www.apple.com/developer and sign in...under the IOS developer section you can download any past version of Xcode....Im d/l 4.4 right now to see if it works with the newest version of LC....crossing my fingers

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: Need SDK

Post by maxs » Sat Feb 16, 2013 10:17 am

Thanks Kenny.


I downloaded 4.4 and 4.5 to get all the SDKs needed. But Livecode will still not allow me to build a standalone. Now it will not accept my icons, ond when I remove them, it says that it cout not copy an img called runtime/ios.Devise-6_0 / Defualt4inchSplash.png. I have no idea what that is.


Why would Livecode make it so difficult to build an ios standalone? Max

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Need SDK

Post by Simon » Sat Feb 16, 2013 10:58 am

Why would Livecode make it so difficult to build an ios standalone? Max
Why would APPLE make it so difficult to build an ios standalone?
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: Need SDK

Post by maxs » Sat Feb 16, 2013 6:12 pm

I agree. Most of the problems are coming from Apple.


I JUST upgraded from 5.4 to 5.5 version of Live code, and now I cannot save anything on either versions. (The error says that it cannot open the stack file. .) This may be the reason I also cannot build ios standalones?

Does anyone know what I need to do to fix this problem?


Thanks Max

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Need SDK

Post by jacque » Sat Feb 16, 2013 7:01 pm

There is something unusual going on, the latest LiveCode version can open any stack created in any version. The most likely reason for the error you're seeing is that the version of LiveCode you think you're running isn't really 5.5.4. You can type this into the message box to get the currently running version: put the version

If you've been double-clicking your stack to launch LiveCode, the OS may not be opening 5.5.4. Instead, launch the latest LiveCode and open your stack from its File menu.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply