Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codesigning error on Xcode 16 #269

Open
BDJoe opened this issue Sep 29, 2024 · 3 comments
Open

Codesigning error on Xcode 16 #269

BDJoe opened this issue Sep 29, 2024 · 3 comments

Comments

@BDJoe
Copy link

BDJoe commented Sep 29, 2024

Updated to Xcode 16 now getting a code signing error when trying to create isa. I compile iOS app signer based off the new changes to the provisioning profile location but still getting this error.

@derpfrickinherp
Copy link

I am also experiencing this on Apple M2 Pro 15.1 Beta (24B5055e)

@derpfrickinherp
Copy link

derpfrickinherp commented Oct 8, 2024

Updated to Xcode 16 now getting a code signing error when trying to create isa. I compile iOS app signer based off the new changes to the provisioning profile location but still getting this error.

OP, I resolved this issue by deleting a duplicate Apple Development Certificate. Here’s what worked for me:

  1. Open Keychain Access.app.
  2. In the left sidebar under Default Keychains, select Login.
  3. At the top, click on My Certificates.
  4. Look for duplicate Apple Development Certificates.
  • Delete the one with the earliest expiration date.

Note: I’m not entirely sure about any consequences of deleting this duplicate, so proceed with caution.

Additionally:

  • I made sure to install the latest G3 intermediate certificates from Apple’s developer site, which you can find here: WWDR Intermediate Certificates.
  • Check for any expiring certificates in keychain access and update as necessary.

@BDJoe
Copy link
Author

BDJoe commented Oct 8, 2024

Updated to Xcode 16 now getting a code signing error when trying to create isa. I compile iOS app signer based off the new changes to the provisioning profile location but still getting this error.

OP, I resolved this issue by deleting a duplicate Apple Development Certificate. Here’s what worked for me:

  1. Open Keychain Access.app.
  2. In the left sidebar under Default Keychains, select Login.
  3. At the top, click on My Certificates.
  4. Look for duplicate Apple Development Certificates.
  • Delete the one with the earliest expiration date.

Note: I’m not entirely sure about any consequences of deleting this duplicate, so proceed with caution.

Additionally:

  • I made sure to install the latest G3 intermediate certificates from Apple’s developer site, which you can find here: WWDR Intermediate Certificates.
  • Check for any expiring certificates in keychain access and update as necessary.

I didn't have any duplicates but adding the G3 certificate seemed to fix the issue thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants