3
votes

When I am running my app on iPhone5(the only device I have) iOS 8.3 it gives an error 'The application Installation Failed.' App is running in simulator without any problem. Using XCode version 6.2.

I have added a valid valid provisioning for my app and my device UDID has been added to provisioning profile.

What may be the issue. Struck on this since 3 hours.

EDIT:

My question is similar to this question, but none of answers solve my issue.

1
update ur xcode version]Kalpesh
@dasdom I have checked that link, that does not solve the problemPrashant
@Kalpesh ok i will do that, but my other applications are working fine on the this version of xcodePrashant
@Iftikhar I have re-added a new provisioning profile and my device UDID is registered with provisioning profilePrashant

1 Answers

1
votes

Here is the steps i used to get rid of this error

  1. Delete the app from the device
  2. Restart xCode
  3. Clean
  4. Build & Run