0

Is it possible to not focus and keep the iOS simulator minimalized at the beginning of tests? I have tried look into Xcode's behaviours menu but without luck.

Further explenation:

I still want Xcode to run an app but also preserve its minimalized or out of focus state.

Błażej
  • 3,617
  • 7
  • 35
  • 62
  • 1
    Duplicate of https://stackoverflow.com/questions/18134670/dont-launch-simulator-when-running-unittests etc. ? – matt Mar 03 '20 at 20:40
  • On second thought. I don't think so. I still want simulator to run but in "background". – Błażej Mar 03 '20 at 20:47
  • Well I think it does lead to the answer, namely if you use `xcodebuild` you run "headless" but otherwise no, I don't think there's a way to keep the Simulator from popping up visibly. You could submit this as an enhancement request to Apple, though frankly I don't see the use for it, because if you really care you'll just say `xcodebuild` at the command line. See https://developer.apple.com/videos/play/wwdc2017/409/?time=145 – matt Mar 03 '20 at 21:39

0 Answers0