pilotmoon / Scroll-Reverser

Per-device scrolling prefs on macOS.

Home Page:https://pilotmoon.com/scrollreverser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error "Nicholas Moore: no identity found"

AndreaCallia opened this issue · comments

Hi @invariant, first of all many thanks for all your work... I am trying to build your project but codesign fails when running the following two sh script commands.

codesign -f -v -s "Developer ID Application: Nicholas Moore" "$SPARKLE_PATH/Resources/finish_installation.app"
codesign -f -v -s "Developer ID Application: Nicholas Moore" "$SPARKLE_PATH/Versions/A"`

The error message is:

Developer ID Application: Nicholas Moore: no identity found

Am I doing something wrong or is this some new issue?

Hi, this is the step where it is signing the build. It is trying to sign it using my Developer ID. However since you don't have it (as it is private to me), it will not find it. What you should do is replace "Developer ID Application: Nicholas Moore" with the identifier for your own developer ID. Or alternatively you could remove these lines to skip the code signing step.

Hi @invariant many thanks for this. I have already replaced it with "Mac Developer: myID" where myID is my own ID and it works.

You could check code sign on copy in the copy frameworks phase and then remove code signing from the script