iOS deployment failure

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
robjr
Posts: 3
Joined: Sat Mar 24, 2012 1:13 am

iOS deployment failure

Post by robjr » Thu Apr 12, 2012 3:42 am

I have a LiveCode 5.5 app that I'm deploying to iPad. I have Lion and Xcode 4.3.1.

Here is the problem: I can drag my .app into the Organizer>Devices>Applications window in Xcode and the app downloads to the iPad just fine. However, if I try and install via iTunes or OTA (via AirLaunch), the install fails.

I've been told it may be a key problem, and I've tried reinstalling the keys with no success. I have two testers ready to try my app but as they don't have Xcode I really need to get the app distributable.

Any ideas?

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: iOS deployment failure

Post by CALL-151 » Thu Apr 12, 2012 10:23 pm

Sounds like a provisioning profile issue, not a key issue. When you build your standalone, are you using a profile that's been set up for ad hoc distribution?

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

Re: iOS deployment failure

Post by jacque » Fri Apr 13, 2012 5:54 am

The main reasons for this kind of failure:
  • The app was not compiled with the iOS team provisioning profile. If you want to share it for testing, use the team profile in Standalone Settings.
  • The testing devices are not listed in the developer portal. Log into your developer account on Apple's site, click Devices in the left-hand list, and add the UUIDs of the devices that will be used. You'll need to get the IDs from the people who own the devices. They can get it from iTunes or from XCode while their device is cabled to their Mac.
For the second one, after you add the UUIDs to the testing devices list, go back to XCode and refresh the profile. That will update it so it accepts the new devices.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply