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
Finally and after a lot of trouble I was able to fix this issue.
I'm working with Xamarin. The issue appeared after enabling push notifications for my app causing the provisioning profiles to become damaged.
I unchecked push notifications from entitlements.plist (doesn't disable push notifications)
I was cleaning the project and removing profiles all the way