Santi Pérez
Santi Pérez

Reputation: 370

Xcode: Can't Install App on Apple Watch Simulator ("Will Install Watch App timed out")

I try to run my first WatchKit Swift App in Watch Simulator in XCode, but it doesn't show in Watch simulator with this error message:

Will Install Watch App timed out.

I have not found any error message like that on the internet and I don't know what to try. I am running Xcode 7.3, Mac OS X El Capitan 10.11.4. Thank you!!

Upvotes: 7

Views: 2726

Answers (2)

Sheamus
Sheamus

Reputation: 6606

I found that these steps dramatically increase the chances of a successful install to nearly 100%:

  1. Uninstall the app from both Simulators (iPhone and Watch).
  2. Close all Simulator applications.
  3. Run install from Xcode.

I hope that helps!

Upvotes: 3

Dave Wood
Dave Wood

Reputation: 13353

I've seen this happen as well. The simulator you're trying to install to has somehow become corrupt, reseting it doesn't fix the issue. You need to go into Xcode's Devices screen, delete the affected simulator and recreate an equivalent one.

Upvotes: 4

Related Questions