-
Notifications
You must be signed in to change notification settings - Fork 438
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
iOS 17 support #853
Comments
+1 |
we're stuck because of the same issue. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Is this about following error? I am seeing this since I upgraded my iPhone to iOS 17:
|
Yes, it is |
+1 |
is there any solution? still faceing the same problem |
There has been a fix for this issue, however it doesn't seem to have found it's way into a release yet: We managed to compile the project, but we are not sure how to tell the python idb client to use the freshly compiled idb-companion binary. |
It seems that xcrun devicectl device process launch --device <udid> com.apple.camera |
Hi @ellishg thank you it really works! By the way, do you know how to terminate apps using devicectl? |
@fatahillahardhi there is a way, but you need to first figure out the process ID of the running process. |
Does currently IDB supports ios 17+ ios |
Description
Since iOS 17 Apple changed how the developer functions, such as taking a screenshot, launching apps and location simulation are accessed. IDB currently doesn't seem to support these changes.
Reproduction
Try to use any of the functions mentioned above on an iOS 17 device.
Solution
To my knowledge two steps are required to support iOS 17.
Additional Information
Are there any plans to support iOS 17 ?
The text was updated successfully, but these errors were encountered: