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
I think I've had a case just like yours with xcodebuild
. You might want to check that the bundle identifiers are exactly the same (case-sensitive!) in you build settings and on Apple developer portal (and thus in the provisioning profile)
You will find a more detailed write up and more fix options here.