forked from rainycape/SparkleSharp
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels