0

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.

James
  • 3,765
  • 4
  • 48
  • 79

2 Answers2

1

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

iHunter
  • 6,205
  • 3
  • 38
  • 56
  • Well I definitely know that my iPhone is in my provisioning list because I use it for debugging. However, I'm not sure what you mean about the ad hoc profile in the provisioning portal. This may be my issue. Can you explain how I would get to that? – James Dec 30 '11 at 22:03
  • 1
    @James I've updated my answer with instructions how to do it. – iHunter Dec 30 '11 at 22:12
  • Excellent! This was my exact issue. I had no Ad Hoc profile. Thank you. It installs now. – James Jan 02 '12 at 13:51
0

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

dgund
  • 3,459
  • 4
  • 39
  • 64