1

I'm trying to set up a "head-less" continuous integration server to run the tests for my RubyMotion iOS app and I consistently run into this error:

Simulator session started with error: Error Domain=FBSOpenApplicationErrorDomain Code=1 "The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)

Note that this is Error Code 1 not 4

I clear out the simulator before trying to start the simulator, but that hasn't helped. I am not sure where this is coming from and how to debug this any further. Maybe there is some sort of log I can access from my build script to see more information?

Andrew
  • 227,796
  • 193
  • 515
  • 708

1 Answers1

0

iOS Simulator -> Reset Contents and Settings...

enter image description here

enter image description here

or Quit the IOS Simulator

Mehul
  • 3,033
  • 23
  • 37
  • 1
    Like I said, I'm doing this from the command line and I am already running a command to reset the simulator. – Andrew Oct 13 '15 at 05:27