caleb531 / youversion-suggest-alfred

An Alfred workflow for searching the YouVersion Bible quickly and easily
MIT License
57 stars 1 forks source link

"yvfilter + bible reference" does Google search (macOS Ventura) #21

Closed pauliwallnuts closed 1 year ago

pauliwallnuts commented 2 years ago

Hey, upgraded to Ventura and yvfilter stopped sending me to bible.com but instead does a Google search. I'm using macOS 13.0 and Alfred 5.0.4 [2095]. Thanks!

Screenshot 2022-11-03 at 9 53 04 AM Screenshot 2022-11-03 at 9 53 18 AM
caleb531 commented 1 year ago

@pauliwallnuts It's because Apple's Command Line Tools need to be updated. Open a Terminal and run the following command:

xcode-select --install

It will prompt you to download and install the Command Line Tools for Ventura. Once it's finished downloading and installing, you should be set. No restart should be required, either.

pauliwallnuts commented 1 year ago

Solved, thanks!