Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

DevT

macrumors newbie
Original poster
Aug 23, 2019
10
2
Hi,
In my xcode objc project passed absolute path+name of a binary file from my application to static library. My Library gave error opening file.
 
Last edited:
Most likely app sandboxing. Unless your app has the full disk access permission you can only open files that have been selected by the user in a file manager dialog where you get the path back in a completion handler.
 
  • Like
Reactions: Slartibart
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.