20

I am using Xcode 9 beta and running on iPAD OS version 10.3.2. But while running Xcode is warning as in attached screenshot. It is loading and loading....enter image description here

Vinit Ingale
  • 381
  • 1
  • 4
  • 17
  • Devices > Unpairing and restarting does the trick. Duplicate: https://stackoverflow.com/questions/46316373/xcode9-iphone-is-busy-preparing-debugger-support-for-iphone – shauvik Dec 03 '17 at 06:21
  • Check this link : https://stackoverflow.com/a/47448911/1753005 – Jayprakash Dubey Feb 21 '18 at 12:42

11 Answers11

27

Same here.. Wait for 20 to 30 minutes and will work !!

Jose Galvez
  • 552
  • 4
  • 6
10

restarting the iphone helped me in this case. Now building/running app is normal.

KawaiKx
  • 9,558
  • 19
  • 72
  • 111
5

I waited 5 minutes and it worked! So, just be patient! :)

Cristian
  • 654
  • 1
  • 13
  • 30
5

Tried hard-clean build (command+shift+K) and clean build folder (command+shift+opt+K), then detach and reattach the device worked for me. Not sure why, though.

Vinh Nguyen
  • 816
  • 1
  • 13
  • 27
1

In my case this happens after installing a new version of iOS, at least with betas from 11. I just wait a few minutes, as I did previously with the "Processing symbols" status whenever I attached the iPhone after an update.

leandrodemarco
  • 1,552
  • 1
  • 15
  • 22
0

in my case, for : Preparing debugger support.. i just relaunched Xcode and reattached my device..then i got : Amin is busy ....... and I restarted my IOS and it ask me for verification and done. hope help you.

AminKh
  • 1
0

I waited for at least 1 hour but nothing happened. Then I restarted my device and again nothing changed. Finally! I restarted my machine and then it took only 5 minutes to get prepared for debugger. And then I was able to test the apps again on real device.

Wasif Ali
  • 886
  • 1
  • 13
  • 29
Ali
  • 525
  • 12
  • 24
0

It can just be that iTunes in the background wants to connect to your device.

0

Close all open background apps. I did it worked for me

hosseinAmini
  • 2,184
  • 2
  • 20
  • 46
0

I think XCode is downloading the DeviceSupport folder for this particular iPhone/OS combination

dOM
  • 555
  • 5
  • 14
0

Sometimes it got messed up. Normally it takes 2-15m. But it may stuck on without showing loader.

You can clear Trusted computers and reconnect the device.

Settings -> Developer -> Clear Trusted Computers

This process may speed this process.

Lal Krishna
  • 15,485
  • 6
  • 64
  • 84