Mobile.startApplication having true parameter makes the simulator restart

  • Katalon : 7.9.1
  • Appium : v1.21.0
  • OS : macOS Big Sur
  • Xcode : 12.4

If I use following code in my mobile testing, the simulator will shut down and restart (The apple mark and status bar will appear)

Mobile.startApplication('Application/APPNAME.app', true)

If I set “false” parameter, the simulator will not restart