Xcode: Cannot install the application on the Apple Watch simulator ("Will the Watch Watch application be installed")

I am trying to run my first WatchKit Swift application in a clock simulator in Xcode, but it does not appear in the clock simulator with this error message:

The Watch Watch application timeout will be set.

I did not find error messages like this on the Internet, and I do not know what to try. I am running Xcode 7.3 , Mac OS X El Capitan 10.11.4 . Thanks!

+5
source share
2 answers

I saw how this happened. The simulator you are trying to install has somehow become corrupt; reselling it does not fix the problem. You need to go to the Xcode Devices screen, delete the affected simulator and recreate the equivalent.

+3
source

I found that these steps significantly increase the chances of a successful installation by almost 100%:

  • Remove the application from both simulators (iPhone and Watch).
  • Close all simulator applications.
  • Run the installation from Xcode.

I hope this helps!

+2
source

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


All Articles