You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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.
The text was updated successfully, but these errors were encountered: