Reputation: 449
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.)
Upvotes: 21
Views: 19566
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
Reputation: 81
On Xcode 15 click Device/Simulator Selector
It solved my problem.
Upvotes: 8
Reputation: 49
Simply restarting the iPhone and the Xcode eliminates the error
Upvotes: -1
Reputation: 633
Simply restarting my iPhone worked for me, much less work than some of the other solutions
Upvotes: -1
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.
Env: Xcode 15.3, macOS Sonoma 14.4.1(23E224), iOS 17.4.1
Upvotes: -1
Reputation: 1065
What I have done and its worked for me
Then that error was gone
Upvotes: 15
Reputation: 613
To reset Trusted Computers:
Wait until cache symbols are completed. Here is what you will see.
And it worked for me. Hope it helps. Thanks
Upvotes: 25