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
Apple really needs to work on provisioning files.
In the docs, it says that the app must firstly be signed with the development provisioning profile and then the distribution provisioning profile upon archival of the file for distribution. However, I found it to work by using the development provisioning file for both the code signing and archival signing instead.
You really need to play around with the provisioning files and see which works for you.