IOS application "Application could not be verified"

When I run my app on iPhone5 (the only device I have), iOS 8.3 gives the error "App install failed". The application works in the simulator without any problems. Using Xcode version 6.2.

I added valid live provisioning for my application and my device UDID was added to the provisioning profile.

What could be the problem. Struck by this from 3 o'clock.

EDIT:

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

+3


source to share


1 answer


Here are the steps I used to get rid of this error



  • Remove app from device
  • Restart xCode
  • Clear
  • Build and run
+1


source







All Articles