Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 15 Error mounting image — Disk image transfer is already in progress

I recently updated to Xcode 15 Beta 7, and I'm having this error when running the app to my device (iOS 17 beta 7). It says that an existing disk image transfer is already in progress.

Waiting to reconnect to my iPhone 13 Pro

Previous preparation error: The developer disk image could not be mounted on this device.. Error mounting image: 0xe8000124 (kAMDMobileImageMounterExistingTransferInProgress : An existing disk image transfer is already in progress.)

Xcode error

like image 803
jamieaguinaldo Avatar asked Sep 11 '25 22:09

jamieaguinaldo


1 Answers

To reset Trusted Computers:

  • Go to Phone Settings > Developer > Clear Trusted Computers.
  • Now install the app again and you'll need to click 'trust' on the dialog again.

Wait until cache symbols are completed. Here is what you will see.

enter image description here

And it worked for me. Hope it helps. Thanks

like image 103
Santosh Avatar answered Sep 14 '25 23:09

Santosh