FBSOpenApplicationErrorDomain error 1 FBSOpenApplicationErrorDomain error 1 ios ios

FBSOpenApplicationErrorDomain error 1


I had the same error after updating Xcode to v7.0. After few hours struggling, I found that there was some empty environment variable setup to be passed for Run action in my active scheme (have no idea why it was there). Removing this empty environment variable resolved the issue immediately.


This error happens when a previous run of the app is still alive in the background, even if you clicked "Stop" in Xcode. Try manually killing the app in simulator itself: cmd+shift+H twice to open up running apps, drag up your app to kill it. Note cmd+shift+H is the shortcut to go to homescreen. Then start the new run and it should work fine :)


  1. Simulator->Reset Content and Settings
  2. Quit Simulator
  3. Run the test cases again