Permission denied when trying to access file outside of iOS App container – Ios swift
I need to access directories outside of iOS App container. The minimal code I tried is as below. let files = try! FileManager.default.contentsOfDirectory(atPath: "/Library/") I also added the following to the entitlements file (.entitlements) <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC…