How to avoid warning : Preparing debugger support of iPAD

Viewed 14562

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

11 Answers

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.

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.

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.

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

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

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

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.

Related