-
Notifications
You must be signed in to change notification settings - Fork 610
[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
Comments
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? |
@stuartmorgan thank you for reply. |
Does disabling There's no reason I can think of to sign the example. |
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. |
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
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
Hopefully with automatic management disabled this won't hit other people. Thanks for the report! |
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 |
Please file a new issue; this bug was about disabling the code-signing settings, which is not what your issue is about. |
Command CodeSign failed with a nonzero exit code
The text was updated successfully, but these errors were encountered: