Hi,
I was able to read a user file and open it using fopen() in my Xcode project while App Sandboxing was ON. Recently I updated my Mac OS and along with it Xcode to the latest. Although I am able to open the file using file_importer on swift, I am not able to open it using fopen(). It always returns a NULL, however I am able to open it when Sandboxing is switched Off. What could be the issue? All my entitlements are the same, only thing that changed was the update that I had made.
Best,
Vishnu