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

Bundle identifier without dot characters will cause "Invalid Code Signature Identifier" error #55

Closed
nek023 opened this issue Jun 10, 2020 · 3 comments

Comments

@nek023
Copy link

nek023 commented Jun 10, 2020

Hi @sindresorhus, thank you for the nice product!

I'm using this package with Carthage.
When I archive and validate my app, I get an "Invalid Code Signature Identifier" error.

invalid-code-signature-identifier

As I investigated, I found that if the framework has no dot characters in its bundle identifier, Xcode appends auto-generated string to signing identifier.
And this causes the "Invalid Code Signature Identifier" error.

sindresorhus/KeyboardShortcuts seems to have the same problem, so I'd recommend prepending com.sindresorhus. or something to their bundle identifier.

My environment:

  • macOS 10.15.5
  • Xcode 11.5
@nek023 nek023 changed the title Bundle identifier with no dot characters will cause "Invalid Code Signature Identifier" error Bundle identifier without dot characters will cause "Invalid Code Signature Identifier" error Jun 10, 2020
@sindresorhus
Copy link
Owner

I'm using KeyboardShortcuts in production and not seeing this problem. The Xcode project was generated by Swift Package Manager, so I don't think the info there is incorrect. No one else has reported this either.

@sindresorhus
Copy link
Owner

sindresorhus commented Nov 11, 2020

Is this still a problem with Xcode 12?

@nek023
Copy link
Author

nek023 commented Dec 15, 2020

@sindresorhus
Sorry for the late reply.
It is still occurring in Xcode 12.3 with Carthage 0.36.0.
But there seems to be no other similar reports, I think I should investigate further in my environment.
Thank you.

@nek023 nek023 closed this as completed Dec 15, 2020
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