wrjlewis / notion-search-alfred-workflow

An Alfred workflow to search Notion with instant results
GNU General Public License v3.0
828 stars 41 forks source link

The error "xcrun: error" is output #66

Closed tkm5 closed 1 year ago

tkm5 commented 1 year ago

The following error occurs when trying to use it. What should I do?

=== log ==== [7:55:49.508 PM] Notion Search[Script Filter] Queuing argument '' [7:55:49.515 PM] Notion Search[Script Filter] Script with argv '(null)' finished [7:55:49.517 PM] ERROR: Notion Search[Script Filter] Code 1: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

wrjlewis commented 1 year ago

Try running

xcode-select --install

in terminal

tkm5 commented 1 year ago

Thanks!!