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.
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