Question

I am trying to install my app on iphone. I dragged the certificates into iTunes libraries. Then I dragged my .ipa file into the libraries. After syncing and installing, it shows the following error:

The app "XXX" was not installed on the iPhone ... because an unknown error has occured (0xE803FFE)*

Please try to explain the procedure of installing the app, if possible.

Was it helpful?

Solution 2

I found the solution. xCode has stopped armv6, so I'm not able to install it. It is perfectly running on armv7 architecture. Initially I tried to add armv6 in the build settings and also in applications info.plist, but no luck. May be I missed something.

Answer can be found here

OTHER TIPS

If you are a member of the Apple Developer Program, then go the Members Area and look at the Provision Portal. This tells you everything you need to know to get your app building to a device.

https://developer.apple.com/ios/manage/overview/index.action

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top