Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No installed provisioning profiles match the installed iOS code signing keys

When i am selecting the iphone device and build,it is showing the error for xamarin.ios

Error 555 No installed provisioning profiles match the installed iOS code signing keys.

Please help to resolve this issue.

like image 957
Akash Agrawal Avatar asked Nov 10 '22 16:11

Akash Agrawal


1 Answers

Try the following steps to reinstall the certificates and provisioning profiles:

  • go to the Apple Member Center and download all certificates and provisioning profiles
  • save them somewhere you can access theme like on desktop
  • double-click all of them, certificates and profiles
  • this will bring up Xcode and the Keychain close Keychain as you won't need it anymore
  • in Xcode, go to Build Settings to verify the profiles were added correctly
  • set the Developer Code Signing Identity to your profile

All the important files are reinstalled now. Maybe that will fix your problem.

Hope that helps :)

like image 174
LinusGeffarth Avatar answered Nov 14 '22 21:11

LinusGeffarth