"DeveloperDiskImage.dmg" Problem With ios-deploy?

Hi! I’m just getting started with Defold, so this might be a silly question, but I can’t seem to find anything about it on the forums.

I’ve been following along with the instructions for setting up Defold for iOS development, and everything seems to be working fine… except when I attempt to bundle my project it fails to launch the app on the phone I have connected. Gives this error:

“Defold[2827:64774] [ !! ] 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!
Failed to launch the app”

Google results seem to indicate there was some kind of change to how Xcode works with ios-deploy past version 14?
I’m currently running Xcode v16.2, and OS version Sequoia 15.3.1, maybe that’s the issue, but I figured I’d ask here in case there’s an easy fix!

I don’t think you need XCode unless you wish to debug the executable, then you need to install XCode.
Also, I believe I read somewhere that ios-deploy isn’t the preferred way to do it nowadays, but XCode has some new way to do it (which I haven’t tried myself yet).

But personally I used ios-deploy to install an app last week, so that should work at least.

1 Like

Am having the same issue… did you find a solution? I can install an app but not automatically run/debug it. Xcode latest version 16.2 is installed.