Xamarin.ios Error MSB6006: “codesign” exited with code 1

后端 未结 6 1749
情话喂你
情话喂你 2020-12-20 12:43

When trying to test my app on my device iPhone, I get the following error, I think it\'s something about registering my device.

/Library/Frameworks/Mo

6条回答
  •  爱一瞬间的悲伤
    2020-12-20 13:08

    The answer of Mephisztoe worked for me, except that I am working on Windows and you find the scheme-property in the project-settings and not in the plist-file.

    Furthermore be sure that you installed fastlane (just open Extras > Options > Xamarin > Apple-Accounts and click on "install fastlane") and added your Apple-ID there.

    I also deleted the certificate with the keychain-utility. That's why I had to reenter my password on the mac as I clicked on build on my windows machine.

    With these steps done I can finally work again...

提交回复
热议问题