-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Configure custom debug device #8
Comments
Looks like this depends on pymobiledevice3 per other issue |
Hi, Also starting iOS 17, there's additional security checks and we need to integrate pymobiledevice3 which requires sudo password each time when you start new session. So we need to store a password somewhere securely. it's super great if you can contribute but it's not an easy task as we need to combine custom lldb script attach_lldp.py, tests running by xcodebuild |
According to logs, you set wrong id to your device, id is 00008101-... for you device, but seems you set id=dvtdevice. |
It seems as if it should be possible so simply specify the target device as { platform:iOS, arch:arm64, id:00008101-001600400181001E, name:James’s iPhone } and allow xcodebuild to handle the rest?
Not sure why a nonexistent device is being used?
The text was updated successfully, but these errors were encountered: