LC 7.0.4 xCode 6.2 on simulator iphone ok, standalone fails

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Havanna
Posts: 53
Joined: Wed May 14, 2014 3:00 pm

LC 7.0.4 xCode 6.2 on simulator iphone ok, standalone fails

Post by Havanna » Fri Apr 24, 2015 5:54 pm

My App uses sqlite, all works fine in IDE, WIN or Android (same code on a win PC)
Testing for IOS works with device iphone 5 or 6 but building the standalone fails in a weird way:
Some short messages:
copiyng ...
linking...
building executable ...
signing app bundle ...
Integrating ...
Building ...

and then
"There was an error while saving the standalone application
could not compile application class"

and an additional Box
"To view this web content, you need to install the Java Runtime Environment."
and an invitation to go to Oracle Java installation.

I have done this and Java claims to be current.
I use that iMac for LC only, no experiments of any kind besides that.
Of course I had to install code 6.2 to get LC to cooperate, but now I'm stumped and getting a bit nervous as my customer wants his Update in the app store pronto.

LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1232
Joined: Thu Apr 11, 2013 11:27 am

Re: LC 7.0.4 xCode 6.2 on simulator iphone ok, standalone fa

Post by LCMark » Sat Apr 25, 2015 1:22 pm

The latter error messages sound like the standalone builder is trying to build for android too. Go into standalone settings for your stack and check that android deployment is turned off and then try rebuilding.

Note that if the ios build is getting as far as it seems to be then it is probably there in the output folder.

Havanna
Posts: 53
Joined: Wed May 14, 2014 3:00 pm

Re: LC 7.0.4 xCode 6.2 on simulator iphone ok, standalone fa

Post by Havanna » Tue Apr 28, 2015 4:53 pm

Ah, thanks a lot - never checked for the android build page, now it's all fine.

I still wonder about that error message, it never put me even remotely on the track.

Post Reply