Skip to content

[macos] Code signing should not be enabled for the example application #178

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

Closed
badboy-tian opened this issue Dec 21, 2018 · 7 comments
Closed
Assignees

Comments

@badboy-tian
Copy link

Command CodeSign failed with a nonzero exit code

@stuartmorgan-g
Copy link
Collaborator

There's not enough information here for me to know what the issue is. What specifically were you trying to do when you encountered that error?

The example hasn't been configured for codesigning, so if you were trying to build a signed version of the example it wouldn't be surprising that it wouldn't work without modification. If that is what you were doing, what was your use case?

@badboy-tian
Copy link
Author

@stuartmorgan thank you for reply.
image
///////
image

@stuartmorgan-g
Copy link
Collaborator

Does disabling Automatically manage signing fix the issue?

There's no reason I can think of to sign the example.

@stuartmorgan-g
Copy link
Collaborator

Re-opening; if that is indeed the issue, then this will hit other people as well, and the project should have that option disabled in the repository.

@stuartmorgan-g stuartmorgan-g self-assigned this Dec 21, 2018
@stuartmorgan-g stuartmorgan-g changed the title [MAC] can not debug [macos] Code signing should not be enabled for the example application Dec 21, 2018
stuartmorgan-g added a commit to stuartmorgan-g/flutter-desktop-embedding that referenced this issue Dec 21, 2018
Disable Xcode's default of automatically managing signing for the
example application, as this can cause issues for people who have a
developer team configured in Xcode.

Should address issue google#178
franciscojma86 pushed a commit that referenced this issue Dec 21, 2018
Disable Xcode's default of automatically managing signing for the
example application, as this can cause issues for people who have a
developer team configured in Xcode.

Should address issue #178
@stuartmorgan-g
Copy link
Collaborator

Hopefully with automatic management disabled this won't hit other people. Thanks for the report!

@GreenAppers
Copy link

GreenAppers commented Aug 16, 2019

I have an app derived from flutter-desktop-embedding that I want to sign.

It's worked up until this point. Only after merging the last 8 commits did it start failing.

It's trying to codesign an empty App.framework/../Versions/A directory.

Seems linking App.framework was added here: cc4a7d8

Any suggestions for how to get it signing again? It was just working a few days ago: https://github.com/GreenAppers/cruzall-macos

Thanks

@stuartmorgan-g
Copy link
Collaborator

Please file a new issue; this bug was about disabling the code-signing settings, which is not what your issue is about.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants