I have an application with a distribution certificate with an application identifier. I uploaded the distribution profile to my organizer and set the package ID in the info.plist file to the application ID. However, when I try to archive the project, I get
Code Sign Error: The Provisioning profile '...' indicates the application identifier "...", which does not match the current parameter "mybundleid".
Xcode looks at another provisioning profile and says that it is wrong, but I do not want to look at this provisioning profile, I want it to look at another. In the build settings, he even says "(currently matching ...) with my correct training profile, so I donβt understand what is going on.
I also tried to delete the wrong profile, but then it gave me another error that the provisioning profile does not exist.
Does anyone know what I'm missing here? Thanks.
ios xcode
Spymachine
source share