SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

PDF hidden on macOS after using aux folder #1589

Open Kamik423 opened 6 months ago

Kamik423 commented 6 months ago

On macOS, when using an auxiliary build folder, the PDF file is copied out after usage.

Currently, (presumably since updating to macOS Sonoma), the PDF file is no longer visible in macOS’s Finder. It has been set to hidden.

The hidden file

This can be fixed manually by calling

chflags nohidden computer.pdf
killall Finder

I believe this to be a macOS bug, but I’d still appreciate if this was fixed.