Reputation: 370
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
Reputation: 6606
I found that these steps dramatically increase the chances of a successful install to nearly 100%:
I hope that helps!
Upvotes: 3
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