Closed notoriousturtle closed 5 years ago
Bug confirmed! Because sandbox kernel deny app read Library/Caches/Snapshots directory in iOS 11
On iOS 11, the app itself is no longer allowed to access this directory.
In the latest commit, we will show an error to make it clear: failed to change current directory: Error: The file “Snapshots” couldn’t be opened because you don’t have permission to view it.
You can still fetch the files via SSH since sshd is not sandboxed
Might be worth stating "on iOS 11, the app itself is no longer allowed to access this directory" in the error as well. Just in case someone interprets the error in the wrong way, and goes off trying to figure out why they don't have permission to the directory.
@notoriousturtle I'll add this to the FAQ
The file browser is not showing all files under:
guid/Library/Caches/Snapshots/target/
Expecting it to show all files, whether Passionfruit can open them or not.