Page 1 of 1

LC 7.0.4 xCode 6.2 on simulator iphone ok, standalone fails

Posted: Fri Apr 24, 2015 5:54 pm
by Havanna
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.

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

Posted: Sat Apr 25, 2015 1:22 pm
by LCMark
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.

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

Posted: Tue Apr 28, 2015 4:53 pm
by Havanna
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.