Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulator error FBSSystemServiceDomain code 4

I'm trying to run an app in the simulator but get this error message:

Unable to run app in Simulator An error was encountered while running (Domain = FBSSystemServiceDomain, Code = 4) 

Screenshot for error

I've not seen any previous references to this from googling around.

Its using XCode 6 Beta, the app is in Swift which links to a Obj-C static library. It runs fine on the device.

Any ideas?

like image 285
Gruntcakes Avatar asked Jul 15 '14 16:07

Gruntcakes


2 Answers

Go to the iOS Simulator menu and select Reset Content and Settings.

Alternatively, you could quit and reopen the Simulator.

enter image description here

like image 70
Marie Avatar answered Sep 22 '22 03:09

Marie


It's enough to quit and re-open the Simulator, this has been verified in the Xcode 6.0.1 release.

like image 32
Francesco Avatar answered Sep 23 '22 03:09

Francesco