I rebuilt my Spotlight index the other day, and after it was rebuilt, I noticed Safari.app is no longer appearing when searching "Safari" in Spotlight.
The app is there in /Applications but I note that it's a symlink pointing to
Also strange, is
Anyway...
Can't find much about this, other than this thread over on the Apple forums. My M2 MacBook Air doesn't have this issue (same OS). But, I haven't rebuilt the spotlight index on that one... so maybe that's the difference? Anyone else?
update: this command fixed it for me, YMMV:
The app is there in /Applications but I note that it's a symlink pointing to
../System/Cryptexes/App/System/Applications/Safari.app
Also strange, is
mdls
can't seem to "find" this app at all, even when directly targeting the Cryptexes version. I didn't know about Cryptexes, but after some research I now understand them (in the same sort of way that I understand Bitcoin or ChatGPT🤔)Anyway...
Code:
$ mdls /Applications/Safari.app/
/Applications/Safari.app/: could not find /Applications/Safari.app/.
$ mdls /System/Cryptexes/App/System/Applications/Safari.app/
/System/Cryptexes/App/System/Applications/Safari.app/: could not find /System/Cryptexes/App/System/Applications/Safari.app/.
Can't find much about this, other than this thread over on the Apple forums. My M2 MacBook Air doesn't have this issue (same OS). But, I haven't rebuilt the spotlight index on that one... so maybe that's the difference? Anyone else?
update: this command fixed it for me, YMMV:
Code:
sudo mdutil -i on /System/Volumes/Preboot
Last edited: