2

I have updated my MacBook to Mojave (10.14), after that UI test is failing with the following error. _finishWithError:Error Domain=IDETestOperationsObserverErrorDomain Code=9 "Failed to set pid 2102 as responsible for 20210" UserInfo={NSLocalizedDescription=Failed to set pid 2102 as responsible for 20210}

Any suggestion on this?

Already tried of clean build, clearing derived data and Restarting the machine.

Ajay
  • 349
  • 3
  • 12

1 Answers1

3

Try this one: Edit Scheme -> Test Action and uncheck "Debug executable" checkbox. Also this fixes the same problem with framework tests.

enter image description here

ixrevo
  • 96
  • 3