“Warning: unable to build chain to self-signed root for signer” warning in Xcode 9.2

前端 未结 2 1591
难免孤独
难免孤独 2021-01-12 04:25

I\'m attempting to migrate an Xcode project to another computer. It gives me the warning \"Warning: unable to build chain to self-signed root for signer\" and when it runs i

相关标签:
2条回答
  • 2021-01-12 04:48

    I have been facing same issue for days now. Finally i solved it by just changing my root CA from Key Chain Access. View in System/ Login key chains. which certificate authority is being used as signer for your personal provisioning profile's certificate. Enter a valid CA certificate and you are good to go! Hope it helps. Ciao!

    0 讨论(0)
  • 2021-01-12 04:51

    I had the same problem and fixed with below steps:

    1. Open Keychain Access
    2. Select login, and click Certificates
    3. Double click Apple Worldwide Developer Relations Certificate Authority
    4. Open trust section, and set to "Use System Defaults" from "Always Trust"
    5. Clean the build folder and run
    0 讨论(0)
提交回复
热议问题