Page 1 of 1

Upload to iphone

Posted: Mon Aug 10, 2015 4:45 pm
by Pistris
Hi all
My app is all finished
Now how do i test it on the iphone

i have the profiles working good
i registered my iphone on the developers network

i tried creating standalone application and try to open it with xcode but it does not work

is there a guide for this part of the process.?

Thanks everybody that has helped me with this process, am very exited the project is almost done

Re: Upload to iphone

Posted: Tue Aug 11, 2015 9:26 pm
by msellke
Hi Pistris,

I assume you already have the provisioning profile installed on your iPhone.
If so there are many options available. There are 3rd Party plugins such as AirLaunch & mergDeploy.
Or you can simply drop the created .app file into iTunes & sync your phone with iTunes.
You can also do it with xCode. Check out this link which has details for creating distribution profiles as well as How do I build an iOS application. http://lessons.runrev.com/m/4069 The How do I section contains details on using xCode to copy the file to your device.

Cheers,
Matt :D

Re: Upload to iphone

Posted: Thu Aug 13, 2015 5:37 am
by Pistris
Matt Thankyou very much for the help.
i was able to upload the app to the phone via xcode
but am having a problem trying to connect to the database that only happens in the Iphone and the simulator

revdberr invalid database type

do you know if this is a bug?

can you connect to MySQL fine?

if so, what version of livecode and xcode are you using?
thank you so much

Edd.

Re: Upload to iphone

Posted: Thu Aug 13, 2015 12:41 pm
by msellke
Hi Edd,
I saw you posted about this on another thread.
I assume it is all sorted now?

Cheers,
Matt

Re: Upload to iphone

Posted: Thu Aug 13, 2015 5:05 pm
by jacque
IOS is case sensitive. Make sure your script uses the correct capitalization for the database type.

Re: Upload to iphone

Posted: Fri Aug 14, 2015 5:16 am
by Pistris
I installed Xcode 6.3 and LC 7.0.6 and is working fine
But if I update to Xcode 6.4 and LC 7.1 then I get the error

So no I haven't been able to figure out what's going on

Thanks guys