Hi, I followed the instructions here: https://developer.apple.com/documentation/uikit/view_controllers/providing_access_to_directories
but when trying to get access to each file inside the selected folder (tried iCloud and iPhone) it always fails. Instead, if I specify a type of file on the Controller (say .audio) I can read the file fine...
Did anything change which is not documented in that page? Do I have to set any other permission or capability? (I have iCloud Documents)
Thanks!!