First I have to say:
- Sandboxing is off
- I did give the app full disk access for Mojave
- I exported it and chose to sign it for manual distribution (without App Store)
Problem is, I try to create a file in /Library/Application support via FileManager.default.createFile what works in my home folders for example /Users/username/Library, so it shouldn't be a programming problem.
But I don't seem to have the permission to write to /Library... How can I grant my app those privileges?
All help is appreciated.
Thanks!