Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sandbox violation for user defined lyrics saving path after program restart #43

Closed
chyiz opened this issue May 5, 2017 · 1 comment
Closed
Labels

Comments

@chyiz
Copy link
Contributor

chyiz commented May 5, 2017

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.

@ddddxxx ddddxxx added the bug label May 6, 2017
@ddddxxx
Copy link
Owner

ddddxxx commented May 6, 2017

fixed on dev branch, I prematurely stopped accessing.

@ddddxxx ddddxxx closed this as completed in ef1ecfa May 9, 2017
ddddxxx added a commit that referenced this issue May 9, 2017
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants