Skip to content

_CodeSignature Missing symlink #2

@jamescoverdale

Description

@jamescoverdale

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions