Waiting for {simulator / device} to start

With Xcode 9.3 (beta), I ran into a problem with the Xcode tool, while I am trying to build / run an application (project) for the first time after starting / starting Xcode.

Several times, it prohibits the assembly of the project with a message in the status bar:

Waiting for iPhone-X to launch

While my simulator is already running and working (no activity occurs in the simulator).

Here is the snapshot link:

enter image description here

As a workaround, I force close Xcode (9.3) and restart.

enter image description here

Does anyone have the same issue with Xcode 9.3 beta?

Update : The same issue in Xcode 9.3-Beta 2 as well.

+8
source share
4 answers

, ( ) , . .

+1

:

- ( ) , Xcode 8, 9, , X-. , , :

Xcode 9:

killall Simulator
xcrun simctl boot <device_id>
open 'xcode-select -p'/Applications/Simulator.app

Xcode 8:

killall Simulator
xcrun simctl shutdown booted
xcrun instruments -w <device_id>

.: [iOS 11] [Xcode 9] , , Simulator # 209

+1

, Xcode Simulator, Simulator Xcode, Xcode . ( Xcode )

.

, , Xcode> Preferences> Locations> Tools Xcode.

0

, -, "" , , ​​. SO, .dmg Xcode. Xcode DMG XIP ?

TL DR To prevent this problem, simply stop debugging or press the STOP button before creating / starting the application.

-2
source

Source: https://habr.com/ru/post/1693180/


All Articles