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

Could not start com.apple.debugserver! ios 14.1 xcode 12.2 MacOS 10.15.4 iphone12 #1104

Open
janksenhu opened this issue Dec 26, 2020 · 2 comments

Comments

@janksenhu
Copy link

idevicedebug -u 00008101-000B65DE2191003A run "cc.hudsonbld.TestProj" "argument='127.0.0.1'" "arguments2=9090"
Could not start com.apple.debugserver!
Please make sure to mount the developer disk image first:

  1. Get the iOS version from ideviceinfo -k ProductVersion.
  2. Find the matching iPhoneOS DeveloperDiskImage.dmg files.
  3. Run ideviceimagemounter with the above path.
@janksenhu janksenhu changed the title Could not start com.apple.debugserver! Could not start com.apple.debugserver! ios 14.1 xcode 12.2 MacOS 10.15.4 iphone12 Dec 26, 2020
@jpstotz
Copy link
Contributor

jpstotz commented Jan 11, 2021

Make sure you are using the latest version of libimobiledevice:

brew uninstall --ignore-dependencies libimobiledevice
brew uninstall --ignore-dependencies ideviceinstaller
brew uninstall --ignore-dependencies usbmuxd
brew uninstall --ignore-dependencies libplist
sudo rm /var/db/lockdown/*
brew install --HEAD libplist
brew install --HEAD usbmuxd
brew unlink usbmuxd
brew link usbmuxd
brew install --HEAD libimobiledevice
brew install --HEAD ideviceinstaller

@denty
Copy link

denty commented Jan 15, 2021

My DeviceInfo:
Xcode 12.3
iOS 14.0
iphone XR
@janksenhu
@jpstotz using the latest version of libimobiledevice will resolve this issue.

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

3 participants