Project bundle identifier does not match specified provisioning profile

dpreznik

New member
Joined
Nov 22, 2021
Messages
1
Programming Experience
10+
For our Xamarin.Forms mobile app, after upgrading to iOS 15, I created a new certificate and provisioning profile. Build in Azure DevOps failed with the following error:

Info.plist : error : Project bundle identifier 'com.somename.Somename' does not match specified provisioning profile '2C13822C-583A-40FD-A418-28F2C2CAF228'


I changed the bundle identifier in Info.plist to the same guid as in the provisioning profile. But build failed again with this error:


Project bundle identifier '2C13822C-583A-40FD-A418-28F2C2CAF228' does not match specified provisioning profile '2C13822C-583A-40FD-A418-28F2C2CAF228'


I was told that such a change is not a right thing to do, so I restored the bundle identifier, as it was before. But now I don't know how my issue can be fixed...
 
Back
Top Bottom