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 Launch command not working #840

Open
imvishu11 opened this issue Jul 11, 2023 · 1 comment
Open

IDB Launch command not working #840

imvishu11 opened this issue Jul 11, 2023 · 1 comment

Comments

@imvishu11
Copy link

imvishu11 commented Jul 11, 2023

Description

I am trying to launch the settings app on my iPhone device using the IDB Launch command.
For IDB list-targets, I got this
iPhone 14 | 00008110-01121CDE8E81401E | Booted | device | iOS 16.5.1 | arm64e | No Companion Connected

On running the launch command -
idb launch com.apple.Preferences --udid 00008110-01121CDE8E81401E
No udid provided and there no companions, unclear which target to run against. Please specify a UDID

I am not sure what is wrong here as I am providing the UDID correctly.

@davidkiss96
Copy link

@imvishu11
I had the same problem! As I played around with it the order you put into is incorrect. You have to specify what you want to do (launch) on which environment you want to do --udid {ID} and what to run.
idb launch --udid {PUT_ID_HERE} com.apple.Preferences

Your case:
idb launch --udid 00008110-01121CDE8E81401E com.apple.Preferences

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