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

ios-deploy - Unable to mount developer disk image ios16 #593

Open
6 tasks done
olivia-hhe opened this issue Sep 13, 2023 · 3 comments
Open
6 tasks done

ios-deploy - Unable to mount developer disk image ios16 #593

olivia-hhe opened this issue Sep 13, 2023 · 3 comments

Comments

@olivia-hhe
Copy link

olivia-hhe commented Sep 13, 2023

ios-deploy unable to mount developer disk image for ios 16.6.1. DeveloperDiskImage is able to be located(see detailed logs below). Tried suggestions in #73 reboot device but not working. Verified this issue not happening on ios 15.6.1.
Command line:
ios-deploy -vvv --noninteractive --noinstall --justlaunch --bundle /path/to/app --args 'deeplink:'

Actual behavior.

Starting debug of 00008030-xxxxxx (N104AP, iPhone 11, iphoneos, arm64e, 16.6.1, 20G81) a.k.a. 'iPhone' connected through WIFI...
Device Class: iPhone
build: 20G81
version: 16.6.1
Found Xcode developer dir /Applications/Xcode.app/Contents/Developer
version: 16.6
DeviceSupport directory '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/16.6/DeveloperDiskImage.dmg' was located. It took 0.00 seconds
Developer disk image: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/16.6/DeveloperDiskImage.dmg
ios-deploy [ !! ] Unable to mount developer disk image.

Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.

  • 1. system_profiler SPSoftwareDataType
    System Version: macOS 13.4 (22F66)
    Kernel Version: Darwin 22.5.0
    Boot Volume: Macintosh HD
    Boot Mode: Normal
    Secure Virtual Memory: Enabled
    System Integrity Protection: Enabled
  • 2. ios-deploy -V
    1.12.2
  • 3. xcodebuild -version
    Xcode 15.0
    Build version 15A5229h
    same issue happened on version:
    Xcode 14.2
    Build version 14C18
  • 4. xcode-select --print-path
    /Applications/Xcode.app/Contents/Developer
  • 5. gcc --version
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    Target: arm64-apple-darwin22.5.0
    Thread model: posix
    InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  • 6. lldb --version
    lldb-1400.0.38.17
    Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
@wojciech-kulik
Copy link

wojciech-kulik commented Feb 2, 2024

Similar issue when I'm trying to start debugging on iOS 17.3 (iPhone 12 Pro). Is this project still maintained? No answer here for 6 months.

Starting debug of 0000SDASAD-XYZ (D53pAP, iPhone 12 Pro, iphoneos, arm64e, 17.3, 21D50) a.k.a. 'iPhone 12 (XYZ)' connected through USB...
2024-02-02 21:21:13.639 ios-deploy[27973:84396786] [ !! ] Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg'. This probably means you don't have Xcode installed, you will need to launch the app manually and logging output will not be shown!

Xcode 15.2

@gasci
Copy link

gasci commented Feb 3, 2024

I believe ios-deploy is dead. But the problem is cordova run ios automatically triggers that I couldn't find a workaround

@RakField
Copy link

I was able to solve similar issue on iOS 16.2 by enabling the developer mode -> https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device

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

4 participants