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

ERROR ITMS-90334: "Invalid Code Signature Identifier." #47

Open
frogg opened this issue Aug 28, 2020 · 13 comments
Open

ERROR ITMS-90334: "Invalid Code Signature Identifier." #47

frogg opened this issue Aug 28, 2020 · 13 comments

Comments

@frogg
Copy link

frogg commented Aug 28, 2020

While uploading an app to iTunes Connect I receive the following error message within Xcode:

ERROR ITMS-90334: Invalid Code Signature Identifier. The identifier "com.sindresorhus.LaunchAtLoginHelper" in your code signature for "LaunchAtLoginHelper" must match its Bundle Identifier "io.frogg.my.app"

Screenshot 2020-08-28 at 23 55 40

Any idea what's going on here?

@sindresorhus
Copy link
Owner

This should have been fixed in v3.0.1. What version are you using?

@frogg
Copy link
Author

frogg commented Aug 29, 2020

Thanks, that's good to know! I've been using the Swift Package Manager branch which does not include the mentioned fix so far I assume. I have now merged the latest version of your repo into that branch locally and will give it another try!

@sindresorhus
Copy link
Owner

Did you manage to resolve the issue?

@frogg
Copy link
Author

frogg commented Sep 4, 2020

Did you manage to resolve the issue?

Unfortunately, not. Even with the latest commits merged into the Swift Packet Manager Branch, the problem still exists for me.

@sindresorhus
Copy link
Owner

Then it might be a separate problem with that PR.

// @SergeyKuryanov

@sindresorhus
Copy link
Owner

I'm successfully using v4 in a shipping App Store app and I did not encounter this problem.

@frogg
Copy link
Author

frogg commented Sep 28, 2020

Unfortunately, I still get this error when I attempt to upload to iTunes Connect:
image

@frogg
Copy link
Author

frogg commented Sep 28, 2020

Ok, I figured it out. After getting the code signing issue I checked the output of the script. And apparently the signing of LaunchAtLoginHelper failed, because I had two similar certificates for this TeamID stored in my keychain and it failed to pick one. I deleted the older one, and now it seems to work! Sorry for the confusion. I hope this might help someone in the future.

@zddhub
Copy link

zddhub commented Aug 9, 2022

Screen Shot 2022-08-09 at 20 47 11

I met this issue as well, I used v4.2.0 and Xcode Version 13.4.1 (13F100), Any thoughts?

@zddhub
Copy link

zddhub commented Aug 9, 2022

Ignore me, I had another certificate in my keychain as well. After deleting it, it works for me as well.

@codeandclay
Copy link

@zddhub I have the same problem. I've deleted some certificates in my keychain but I'm not sure if they're the right ones. What certificates should I look for?

@zddhub
Copy link

zddhub commented Nov 21, 2022

@codeandclay , Maybe just keep on certificate in keychain list and have a try

@342261733
Copy link

same problem

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

5 participants