Search code examples
macosxcode10.2

Xcode 10.2 unable to launch simulator


I have recently upgraded to xcode 10.2 and I am having a strange error. Whenever I try to launch my app I'm getting following error - Timed out trying to boot simulator after waiting 60.00s.

enter image description here

I have even tried do a fresh install but no luck I am always getting the same error.

Does anyone knows how can I fix this ?


Solution

  • I'm not sure why it's fixed this way. What I did is I ran this command in terminal $ xcrun simctl erase all. After this I run my project again from xcode without even downloading anything and it worked.