Hello, I'm trying to determine if my application is not releasing all security scoped resources and I'm curious if there's a way to view the count of all currently accessed URLs.
I am balancing all startAccessingSecurityScopedResource
calls that return true with a stopAccessingSecurityScopedResource
, but sometimes my application is unresponsive when my mac wakes from sleep.
- Console logs indicate some Sandboxing issues.
- Unresponsiveness is resolved by a force-quit and restart of the application.
I'd like to try and observe what's going on with the number of Security Scoped resources to get to the bottom of this. Is it possible?