We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get a StopIteration when running getDeviceList(). I am on MacOS Ventura. Any ideas?
StopIteration
getDeviceList()
>>> from iOSbackup import iOSbackup >>> iOSbackup.getDeviceList() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/iphone_backup_extract/venv/lib/python3.8/site-packages/iOSbackup/__init__.py", line 374, in getDeviceList (_, dirnames, _)=next(os.walk(root)) StopIteration
The text was updated successfully, but these errors were encountered:
I have the same problem with OSX Ventura 13.1. You can resolve by setting permission to access the whole disk to terminal app
Sorry, something went wrong.
No branches or pull requests
I get a
StopIteration
when runninggetDeviceList()
. I am on MacOS Ventura. Any ideas?The text was updated successfully, but these errors were encountered: