James
James

Reputation: 3805

How can I find out why my "Ad Hoc" build for iPhone will not install?

Following the instructions at MusicalGeometry.com, I've archived and created the .ipa file. However, whenever I try to install it to my iPhone through iTunes, it gets about 3/4ths of the way done before it stops and tells me the app failed to install. How can I go about finding out why it failed to install?

I'm using xCode 4.2

Thanks~

EDIT

I am trying to install an app that I currently have on the market. I do have a valid developer account, and the app is code signed.

Upvotes: 0

Views: 90

Answers (2)

iHunter
iHunter

Reputation: 6205

The first thing to check is whether the device you are trying to install to is added to a list of development devices in the Provisioning Portal.

Then please check if your device is in a list of devices your provisioning profile supports (Review your Ad Hoc profile in Provisioning Portal).

Here's how you can do it:

  1. Go to Provisioning Portal, navigate to Provisioning -> Distribution

    Step 1

  2. Edit your Ad Hoc profile and make sure your target devices are selected:

    Step 2

Upvotes: 1

dgund
dgund

Reputation: 3467

Do you have a paid developer account and is the app codesigned?

Upvotes: 0

Related Questions