LaunchAtLogin icon indicating copy to clipboard operation
LaunchAtLogin copied to clipboard

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

Open frogg opened this issue 4 years ago • 13 comments

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?

frogg avatar Aug 28 '20 21:08 frogg

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

sindresorhus avatar Aug 28 '20 22:08 sindresorhus

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!

frogg avatar Aug 29 '20 10:08 frogg

Did you manage to resolve the issue?

sindresorhus avatar Sep 04 '20 14:09 sindresorhus

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.

frogg avatar Sep 04 '20 15:09 frogg

Then it might be a separate problem with that PR.

// @SergeyKuryanov

sindresorhus avatar Sep 04 '20 15:09 sindresorhus

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

sindresorhus avatar Sep 23 '20 22:09 sindresorhus

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

frogg avatar Sep 28 '20 12:09 frogg

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.

frogg avatar Sep 28 '20 12:09 frogg

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 avatar Aug 09 '22 12:08 zddhub

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

zddhub avatar Aug 09 '22 12:08 zddhub

@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?

codeandclay avatar Oct 29 '22 23:10 codeandclay

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

zddhub avatar Nov 21 '22 13:11 zddhub

same problem

342261733 avatar Mar 25 '24 15:03 342261733