Upload to iphone

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Pistris
Posts: 148
Joined: Mon Jul 20, 2015 2:40 am

Upload to iphone

Post by Pistris » Mon Aug 10, 2015 4:45 pm

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

msellke
Posts: 22
Joined: Mon Oct 21, 2013 2:57 am

Re: Upload to iphone

Post by msellke » Tue Aug 11, 2015 9:26 pm

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

Pistris
Posts: 148
Joined: Mon Jul 20, 2015 2:40 am

Re: Upload to iphone

Post by Pistris » Thu Aug 13, 2015 5:37 am

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.

msellke
Posts: 22
Joined: Mon Oct 21, 2013 2:57 am

Re: Upload to iphone

Post by msellke » Thu Aug 13, 2015 12:41 pm

Hi Edd,
I saw you posted about this on another thread.
I assume it is all sorted now?

Cheers,
Matt

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7215
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Upload to iphone

Post by jacque » Thu Aug 13, 2015 5:05 pm

IOS is case sensitive. Make sure your script uses the correct capitalization for the database type.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Pistris
Posts: 148
Joined: Mon Jul 20, 2015 2:40 am

Re: Upload to iphone

Post by Pistris » Fri Aug 14, 2015 5:16 am

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

Post Reply

Return to “iOS Deployment”