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

_CodeSignature Missing symlink #2

Open
jamescoverdale opened this issue Apr 22, 2021 · 0 comments
Open

_CodeSignature Missing symlink #2

jamescoverdale opened this issue Apr 22, 2021 · 0 comments

Comments

@jamescoverdale
Copy link

Hi,

When using the latest version 1.0.0-rc.7 I started to get code sign errors when building with VisualStudio for mac, complaining about the _CodeSignature folder not existing. This used to work, so not sure if its xcode, visual studio or something else that has changed.

For anyone else with the issue I fixed it by adding this project as a submodule to my solution (rather than using the nuget package) and after building once, manually creating the missing sym link for the _CodeSignature folder.

ln -s 3rdparty/Sparkle/build/Release/Sparkle.framework/Versions/A/_CodeSignature 3rdparty/Sparkle/build/Release/Sparkle.framework/_CodeSignature

Hope that helps someone.

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

1 participant