Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 6 Beta 4 error - "An error was encountered while running (Domain = com.apple.CoreSimulator.SimError, Code = 146)"

Just updated from Xcode 6 Beta 3 to Beta 4 and everything seems to build fine but when the simulator tries to start up I get:

An error was encountered while running (Domain = com.apple.CoreSimulator.SimError, Code = 146)

It was building fine on Beta 3 so I'm assuming this might be a Beta 4 bug but thought I'd throw this out there just to make sure. Any ideas?

like image 665
TenaciousJay Avatar asked Jul 22 '14 14:07

TenaciousJay


3 Answers

I quit both Xcode and the simulator and then restarted. These steps solved the problem.

like image 77
Grendel2501 Avatar answered Nov 18 '22 07:11

Grendel2501


I had issues as well when I first updated. I did not get the same error as you. However, I was able to get things working by deleting my Pods (the project uses Cocoapods) and reinstalling them. I also quit and restarted Xcode as well as the Simulator. I'd also try restarting your computer. Good luck.

like image 36
Austen Chongpison Avatar answered Nov 18 '22 08:11

Austen Chongpison


I seemed to get this working again in Beta 4 by following instructions from the following question:

Error opening iOS Simulator with iOS 8 beta version: "Unable to boot the iOS Simulator"

I had to reset a few times and had to do some of the steps multiple times, but my program now builds and runs on the simulator.

like image 1
TenaciousJay Avatar answered Nov 18 '22 08:11

TenaciousJay