trufae / Therm

An iTerm2 fork with focus on minimalism and better defaults
GNU General Public License v2.0
300 stars 9 forks source link

error: The specified item could not be found in the keychain. #75

Open lpil opened 8 months ago

lpil commented 8 months ago

Hello there!

How do I install this software? I tried following the readme but on the signing stage I get this error

$ codesign -f -s 'J5PTVY8BHH' Therm.app/Contents/MacOS/Therm
error: The specified item could not be found in the keychain.

Thanks, Louis

trufae commented 8 months ago

To install it just download the release builds or use brew. If you want to compile it and contribute just open the xcode project

trufae commented 8 months ago

This error refers to the certificate id. You should replace it with your (or just let xcode do it for you)

lpil commented 8 months ago

Sorry, I've never done any Apple development so I don't know what those things mean. Is there a command I can run to get that?

trufae commented 5 months ago

If you open the xcode project and fix the signing error by selecting your user in the combobox you’ll see that number listed there