Xamarin.Forms IOS error replacing existing signature

前端 未结 2 681
一向
一向 2020-12-20 19:36

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

2条回答
  •  囚心锁ツ
    2020-12-20 20:05

    Issue was having multiple certificates and provisioning profiles.

    The automatic signing did not know which profile to use.

    Solution steps that worked for me:

    1. Delete and revoke all certificates, app id's and provisioning profiles in Apple Developper that match your app ID
    2. Delete all keychains in MAC used for compiling that contain your certificate or app id
    3. 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)

    4. Enjoy a clean compilation.

    If anyone know a cleaner way to do this feel free to post.

提交回复
热议问题