You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS Sonoma 14.3 MacDown 0.7.1/0.7.3 appears to be unable to store entries in the recent file list in File → Open Recent. The entries are blank and, when selected, generate an error dialog:
I see this behaviour on two separate Macs both running macOS Sonoma 14.3.
The text was updated successfully, but these errors were encountered:
I also encountered this problem. I downloaded the source code and compiled it, and found that the problem still existed. This menu is automatically generated by the system. If I use Xcode to create a new project, I find it is fine. I'm still looking for the exact reason.
After my debugging, I found that this problem was caused by the inability of recentDocumentURLs in NSDocumentController to add recent files. It should be due to Apple's sandbox mechanism. In fact, newly created projects do not have this problem, and new projects do have a sandbox setting option. The solution is to change the project settings according to Xcode's recommendations.
On macOS Sonoma 14.3 MacDown 0.7.1/0.7.3 appears to be unable to store entries in the recent file list in File → Open Recent. The entries are blank and, when selected, generate an error dialog:
I see this behaviour on two separate Macs both running macOS Sonoma 14.3.
The text was updated successfully, but these errors were encountered: