I am getting this error when trying to install an app to a device. I\'ve been dealing with code signing errors for the last 3 days, and now this.
My app is using a d
Make sure your iOS version is compatible with the app you are installing.
I saw this issue happen when a user was installing an iOS 8 only app on an iOS 7 device.
Also, if you tried to install the application on iOS 7 and it failed due to being an incompatible version and then you upgraded to iOS 8, you will need to do the following:
There's an iOS bug where it leaves behind the bundle ID and it will fail silently not allowing you to install the app after you upgrade.