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
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.