idb icon indicating copy to clipboard operation
idb copied to clipboard

Failed to connect to device.

Open IcyW opened this issue 4 years ago • 0 comments

(py36) ➜  ~ idb list-targets | grep boot
poooor iPhone6plus | d95c297194217a2ed804b6329bda6cd473827fe1 | booted | device | iOS 11.1.1 | arm64 | :0
iPhone 11 Pro Max | B749EFD3-4395-4274-A867-7F598A95FE34 | booted | simulator | iOS 13.3 | x86_64 | :0
(py36) ➜  ~ idb list-apps --udid  B749EFD3-4395-4274-A867-7F598A95FE34
com.apple.MobileSMS | MobileSMS | system | x86_64 | Unknown | Not Debuggable
com.apple.mobileslideshow | MobileSlideShow | system | x86_64 | Unknown | Not Debuggable
com.xxx.demo | LiveSDKDemo | user | x86_64 | Unknown | Not Debuggable
com.apple.Maps | Maps | system | x86_64 | Unknown | Not Debuggable
com.apple.mobilesafari | MobileSafari | system | x86_64 | Unknown | Not Debuggable
(py36) ➜  ~ idb launch com.xxx.demo    --udid  B749EFD3-4395-4274-A867-7F598A95FE34
Failed to connect to device. (This device is no longer connected.)
(py36) ➜  ~

The device was booted. However, when I tried to launch the demo app, "Failed to connect to device."

IcyW avatar Jun 18 '20 03:06 IcyW