Reading files from external storage in iOS 13
问题 I have an iOS app that is trying to read files from an external storage device without importing them into the App's sandbox. I have followed Apple's documentations outlined here to do this -- Providing Access to Directories I'm able to retrieve the selected directory ( which is on an external storage device connected via the Lightning port ) and enumerate the files inside the directory. However, when I try to do something with those files as per the recommended pattern, I get a failure and