idb
idb copied to clipboard
idb is a flexible command line interface for automating iOS simulators and devices
### Description At the moment when running any `idb instruments` command idb_companion stucks, because instruments command line tool has been deprecated in Xcode 13. https://developer.apple.com/documentation/xcode-release-notes/xcode-13-release-notes The downside is also that...
```Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/idb/common/companion.py", line 71, in parse_json_line return json.loads(decoded_line) File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/decoder.py", line 337, in decode obj, end =...
--- Please use this template, and delete everything above this line before submitting your issue --- ### Description i inputed the command:idb listapps user i expected:list the device's apps for...
idb install can take quite a while for large apps and it's not clear to the user if it's stuck or making progress. Ideally it would output progress of the...
### Description `idb list-apps` always get error message on iOS 13.3/13.3.1: Failure in receive of 32 bytes: Protocol not supported ### Reproduction 1. idb_companion --udid YOUR_OWN_DEVICE_ID_WITH_IOS_13.3_INSTALLED 2. idb connect YOUR_OWN_DEVICE_ID_WITH_IOS_13.3_INSTALLED...
We use GitHub Issues for bugs. --- Please use this template, and delete everything above this line before submitting your issue --- ### Description bytedance in ~ λ `idb connect...
### Description Error: Cannot tap facebook/fb: invalid syntax in tap! ### Reproduction 1. when execute the command "brew tap facebook/fb" 2. got the error "Error: Cannot tap facebook/fb: invalid syntax...
# Problem idb_companion will not provide information for devices with a udid matching the predicate: ``` '^[[:xdigit:]]{8}-[[:xdigit:]]{16}$' ``` Please replace the following line: https://github.com/facebook/idb/blob/8acc7f4308966437ecdf62ff6f21d77f3207ca31/idb_companion/Utility/FBiOSTargetProvider.m#L25 WIth: ``` [format appendString:@" OR SELF...
We use GitHub Issues for bugs. --- Please use this template, and delete everything above this line before submitting your issue --- ### Description I have tried installing idb_companion with...
Is it possible to make it work with jailbroken devices now? If not please think about this feature.