Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idb file tool failed, error msg like this: fileCommandsForApplicationContainers not supported on devices, requires a rooted device #831

Open
luchihao opened this issue Apr 23, 2023 · 1 comment

Comments

@luchihao
Copy link

Description

If I try to run idb file command on the physical device, then I get the following error:
fileCommandsForApplicationContainers not supported on devices, requires a rooted device

Reproduction

Environment:
Xcode 14.2
iPhone13 device with iOS 15.0


$ idb file ls --application xxxxx --udid xxxxxx

fileCommandsForApplicationContainers not supported on devices, requires a rooted device

Additional Information

  • idb revision: latest
@triplef
Copy link

triplef commented Jan 15, 2024

Running into the same issue. I found that using --bundle-id instead of --application works fine, e.g.:

idb file ls --bundle-id com.example.my-app-id Documents

Same for the other file commands like push/pull/etc..

Not that it’s giving me this warning, but the suggestion does not work and causes "requires a rooted device":

 [WARNING] - list - '--bundle-id com.example.my-app-id' is deprecated, please use --application prefixing 'com.example.my-app-id' in the file path/s provided to this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants