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
I believe this is not a regression, but has been there for a while.
I set my lyrics saving path to a different location, and it worked fine for that program session. But if I restart the program, it's not able to read and write my lyrics folder anymore, and I got sandbox violation messages in my console.
I tried to debug the program, and found that at least url.startAccessingSecurityScopedResource() in Extension.swift:91 still returns true. So I'm out of ideas.
The text was updated successfully, but these errors were encountered:
* dev:
migrate to GenericID
fix: save lyrics to default path when bookmark data is stale
fix: weak references to `NSTextView `, fix#45
performance improvement, close#44
fix: last commit
fix: sandbox violation, fix#43
I believe this is not a regression, but has been there for a while.
I set my lyrics saving path to a different location, and it worked fine for that program session. But if I restart the program, it's not able to read and write my lyrics folder anymore, and I got sandbox violation messages in my console.
I tried to debug the program, and found that at least
url.startAccessingSecurityScopedResource()
in Extension.swift:91 still returns true. So I'm out of ideas.The text was updated successfully, but these errors were encountered: