jamieaguinaldo
jamieaguinaldo

Reputation: 449

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

Upvotes: 21

Views: 19566

Answers (10)

Josh Sadler
Josh Sadler

Reputation: 21

I ran into this today as well. I was running Xcode 15 beta 5 and updated to 8. That didn't do the trick, so I restarted my iPhone running beta 8. That seemed to do it! Might have been a combination of both or just the phone restart.

Upvotes: 2

Yan Trindade
Yan Trindade

Reputation: 81

On Xcode 15 click Device/Simulator Selector

  • Manage Run Destinations
  • Find your device click with Right Button and "Unpair Device"
  • Reconnect your device and "Trust" The Computer Again

It solved my problem.

Upvotes: 8

Sakib Muhit
Sakib Muhit

Reputation: 1

I changed my cable port & cable, it worked!

Upvotes: 0

Minahil Fayyaz
Minahil Fayyaz

Reputation: 49

Simply restarting the iPhone and the Xcode eliminates the error

Upvotes: -1

Robert Bentley
Robert Bentley

Reputation: 633

Simply restarting my iPhone worked for me, much less work than some of the other solutions

Upvotes: -1

goelectric
goelectric

Reputation: 386

iPhone reset fixed this for me on iOS17 and Xcode 15.0.1

Upvotes: -1

Mohamed Fouad
Mohamed Fouad

Reputation: 74

I was able to resolve this by update Iphone software

Upvotes: 0

HeonJin Ha
HeonJin Ha

Reputation: 1

I faced the same problem after updating from Xcode 15.3 to 15.4 (beta1). Going back to the previous version didn't work.

I solved this problem with the method below.

  1. Unpaire the all device in Xcode
  2. Delete all Xcode
  3. Delete /Library/Developer
  4. Delete ~/Library/Developer
  5. Reinstall Xcode

Env: Xcode 15.3, macOS Sonoma 14.4.1(23E224), iOS 17.4.1

Upvotes: -1

Symon
Symon

Reputation: 1065

What I have done and its worked for me

  • Restart iPhone
  • Restart Xcode

Then that error was gone

Upvotes: 15

Santosh
Santosh

Reputation: 613

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

Upvotes: 25

Related Questions