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

7

20

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

Denominational answered 24/8, 2023 at 12:16 Comment(4)
It's a beta. You are a beta tester for Apple. File a bug report with Apple.Clientele
still an issue on ios 17.0.3 non betaJulijulia
Yeah, I've been stuck with this for hours now. Tried 3 different phones, no luck...Heliacal
Nothing worked for me, i have same issue with iPad Air 2024 Model, iOS 17.5.1Lest
B
21

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

Botanize answered 16/10, 2023 at 6:39 Comment(3)
In addition to this, I had to restart the iPhone (and Xcode just in case), then it workedBrine
Thank you! Encountered this issue today again and tried your comment and it worked :)Denominational
I restarted my iPhone, then did this, and it worked. I didn't have to restart xcode.Depressant
S
12

What I have done and its worked for me

  • Restart iPhone
  • Restart Xcode

Then that error was gone

Sanbenito answered 27/10, 2023 at 15:20 Comment(0)
J
8

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 !

Jab answered 27/12, 2023 at 0:18 Comment(1)
I have same problem with iPad Air, it is not working.Lest
D
1

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. Hope it works for you.

Depressive answered 3/9, 2023 at 3:43 Comment(0)
C
0

I was able to resolve this by update Iphone software

Considerable answered 25/5 at 13:42 Comment(0)
C
0

iPhone reset fixed this for me on iOS17 and Xcode 15.0.1

Cagliari answered 5/6 at 16:27 Comment(0)
H
-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

Huarache answered 17/4 at 5:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.