You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: