Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iphone is busy: waiting for device, xcode will continue when iphone is finished

Tags:

xcode

This error occurred when I used the Iphone for debugging.I've tried restarting the Iphone and mac,but it hasn't worked.

like image 385
Runing Avatar asked Dec 05 '18 01:12

Runing


People also ask

Is busy preparing debugger support for iPhone?

Go to Windows → Devices and Simulators (Shortcut key: cmd+shift+2) You'll see iPhone device connected to system with messageiPhone is busy: Preparing debugger support for iPhone. Click on plus button (+) present in bottom-left corner. This will show the device connected to system.

How do I trust my iPhone in Xcode?

Tap Settings > General > Profiles or Profiles & Device Management. Under the "Enterprise App" heading, you see a profile for the developer. Tap the name of the developer profile under the Enterprise App heading to establish trust for this developer. Then you see a prompt to confirm your choice.

How do I unpair a device in Xcode?

In XCode open Window - Devices, then select and remove the outdated simulators. Show activity on this post. If you want to see everything it'll execute, you can add echo before xcrun , i.e. Show activity on this post.


1 Answers

way1: Restart XCode :) way2: Enable background app fetch on iPhone (disable low-power mode)

like image 171
Adrenalinevictim Avatar answered Oct 22 '22 10:10

Adrenalinevictim