I think this error started happening after I change the provisioning profile.
My app is on visual 2017 Xamarin.Forms project and building through on Windows PC conne
Have you tried to set the keychain containing your signing certificates to "Allow all applications to access this item"?
Issue was having multiple certificates and provisioning profiles.
The automatic signing did not know which profile to use.
Solution steps that worked for me:
Make new ones with different names and new bundle ID that you can easilly identify (the old ones will still be in the Visual Studio list)
Enjoy a clean compilation.
If anyone know a cleaner way to do this feel free to post.