Running application in Simulator and getting the following error in Xcode 6
Asked
Active
Viewed 453 times
0

Umar Farooq
- 735
- 1
- 10
- 19
-
1try to reset simulator http://stackoverflow.com/questions/25967606/fbsopenapplicationerrordomain-code-4-error – johny kumar Dec 03 '14 at 12:24
-
possible duplicate of [Simulator error FBSSystemServiceDomain code 4](http://stackoverflow.com/questions/24763743/simulator-error-fbssystemservicedomain-code-4) – Easwaramoorthy Kanagaraj Mar 23 '15 at 05:47
1 Answers
0
I suggest you to use stable version of Xcode 6.1.1.
FBSOpenApplicationErrorDomain, code =4 error suggests it is an error from
cached data on the simulator.
There are three possible solutions :
Clean simulator. Use (Command + Shift + k) as shortcut key or goto Product -> Clean
Quit simulator and relaunch it.
Open simulator. Select iOS simulator -> Reset contents and settings...
Option 3 worked for me.

Jayprakash Dubey
- 35,723
- 18
- 170
- 177
-
Reset contents and settings in simulator works. But even in XCode 6.1.1 the issue occurs.. – Easwaramoorthy Kanagaraj Mar 23 '15 at 05:34