App Center - Project bundle identifier does not match specified provisioning profile

631 Views Asked by At

I'm day two into App Center and trying to Build an Ios App (xamarin forms). Android worked beautifully and deployed to device without issue. iOs is tricky. I've signed up as an apple developer Created required signing certificates, profiles etc per doco online resulting in a .mobileprovision and p12 file being uploaded into App Center for the build.

Build fails with line Project bundle identifier 'com.companyname.test1234' does not match specified provisioning profile 'UUID' (UUID is some unique key, I dont know where it came from)

I've followed the process in this post How to create P12 certificate for iOS distribution for creating my p12 file.

I've gone through the process multiple times end to end trying multiple things and always ending with the same result.

I've found posts in google with similar problems, however no solution.

I have a pc and a mac (using the mac for 3 days). The solution builds and runs on the emulator on the mac via visual studio (cloned azure devops repo).

My code is stored in Azure Devops. Everything links seamlessly in App Center I just cannot overcome this problem.

Can anyone assist or point me in the direction of some good end to end doco? Please let me know if you need any more info.

Thanks Keegan

0

There are 0 best solutions below