I think you should discuss this with this library’s vendor. It seems that anyone using their library would face this issue.
Still:
I include Sandbox … in the project, which make a
~/Library/Containers
folder to which the application has exclusive
read-write access
Right.
To be clear, it’s the App Sandbox that does this redirection. The hardened runtime is not part of this story.
The question is, is there a way to configure the project to allow
access to that location, or would that folder be included in
Containers so that the application would have access to that file.
Why is your app sandboxed? Most folks sandbox their app because they intend to distribute it via the Mac App Store. Is that your plan?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"