skip to Main Content

So, I just renewed my Apple developer membership and I started getting this error "Warning unable to build chain to self signed root for signer apple Development".

I am unable to archive my apps in order to upload them to the AppStore, I tried these threads with no luck:

https://developer.apple.com/forums/thread/86161

Always 'Ad Hoc Code Signed' for Embedded Binary Signing Certificate

https://developer.apple.com/forums/thread/662300

PS: I have "this certificate is not trusted" in my Apple development and Apple Distribution certificates in the Certificates section on the keychain access. I don’t know if that is related to my issue?

2

Answers


  1. Chosen as BEST ANSWER

    What worked for me was to download the "Apple Worldwide Developer Relations Certification Authority" that expires in 20 Feb 2030 along side with the already existent one that expires in 7 Feb 2023.

    That was enough to make the "this certificate is not trusted" go away, and to let me build and archive my app again.


  2. I have this issue recently and I have found out that this is a problem with the OS.
    This solution seems like a hack but it works!

    1. Go to Xcode Preferences menu (command+,) and then Accounts tab

    2. click on the gear icon on the bottom left and Export Apple ID and Code Signing Assets…
      Settings

    3. Set a password for the export

    ⚠️ You are going to delete all passwords and profiles! Don’t forget your password! Writing down your password is highly recommended.

    ⛔️ This file will contain all your accounts and profiles. Make sure to keep it very secure.

    1. Delete all accounts.

    2. Build and face the new error.

    3. Import them back using your password.

    It’s should working again now.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search