preface
Recently, I updated the system to 10.15, and found that Typora could not input.
At first I thought it was a bug with Typora, so I sat back and waited for updates,
After a month, the updated version of Typora push is also invalid.
This is unacceptable!! Must check under ~~
The problem
Someone mentioned this in the official issue
- Some problems #1215
- Can’t open any file in macOS 10.15 newest version #2923
There are also special remarks on the official website.
Support. Typora. IO/Trouble – Sho…
To solve
Position 1: Completely remove typora-related files
With the administrator’s way to delete the relevant files, the main program will also incidentally to kill and then reinstall
sudo find / -iname "*typora*" | xargs rm -rf
Copy the code
Position 2: Use the officially recommended AppCleaner
This requires additional installation of a cleaning software, direct GUI operation, very silly.
Clean up the main program outside the file can (configuration related), reopen will generate.
Official website: App Cleaner
Quickly install related software
If you have brew installation partners, you can use the following command to quickly install the software
brew cask install typora appcleaner
Copy the code