I'm trying to debug an app using an iPad (running iOS 6.1.3). The initial build and installation goes fine, but then if I run the debug build again I get the following message in the console:
[ERROR] : Failed to install app on device (0xe8008017) [INFO] : Project built successfully in 5s 166ms [ERROR] : Chances are there is a signing issue with your provisioning profile or the generated app is not compatible with your deviceThe app certainly is compatible, and I have regenerated and replaced the provisioning profile just to be sure.
The only way to get it to debug again is to delete the app from the device, clean the project and build it again, which becomes tedious really quick.
If I debug on my iPhone (iOS 7.1.2), the second time it terminates the first build and creates a new one. On the iPad, the first build is not terminated. Could it just be related to the iOS version?