3

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.

Community
  • 1
  • 1
Prashant
  • 31
  • 1
  • 7
  • 2
    update ur xcode version] – Kalpesh May 05 '15 at 12:25
  • possible duplicate of [Application could not be verified error when building app for iPhone device](http://stackoverflow.com/questions/997884/application-could-not-be-verified-error-when-building-app-for-iphone-device) – dasdom May 05 '15 at 12:27
  • there may be many reason for this failure.. lot's of people has asked this question on SO. check your provisioning profile is having the details of your device, your device is not having already the app installed...etc – Iftikhar Ali Ansari May 05 '15 at 13:18
  • 1
    @dasdom I have checked that link, that does not solve the problem – Prashant May 05 '15 at 13:25
  • 1
    @Kalpesh ok i will do that, but my other applications are working fine on the this version of xcode – Prashant May 05 '15 at 13:28
  • 1
    @Iftikhar I have re-added a new provisioning profile and my device UDID is registered with provisioning profile – Prashant May 05 '15 at 13:31
  • then as suggested by @Kalpesh update your xcode – Iftikhar Ali Ansari May 05 '15 at 13:38

1 Answers1

1

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
Mahmoud Adam
  • 5,772
  • 5
  • 41
  • 62