Question

I want to distribute my application to .ipa file which can be added by itunes to device. And i go to developer.apple.com and then:

  • Generate Distribution Provisioning Profile, download, install it and use it as "code sign".
  • Then install Distribution Certificate
  • Go to my Xcode and select product->archive
  • Then from Organizer->Archives select my latest copy and select Distribute, select Save For Enterprise or Ad-Hoc and and sign this by my Distribution Provisioning Profile.
  • Next i add my mobileprovision file to itunes, add ipa to itunes and try to sync.
  • I'm getting an error 0xE8003FFE

I'm using Xcode 4.3.2

Was it helpful?

Solution

This is not great but it is a solution. I restore my iphone to 4.2.1 iOS (from 4.2.1 !!! strange...) and works great. So my only conclusion is that is NOT Xcode problem but device/OS problem.

OTHER TIPS

Try following these instructions:

  1. Go to Settings
  2. Go to General
  3. Go to Restrictions(4-digit passcode may be needed)
  4. Turn on "Installing Apps"
  5. Resync your Device.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top