7

When I try to run my test cases in simulator, I'm getting this error:

"Failure requesting automation session for com.name.name:61876: Timeout waiting for fulfillment of promise for 'Requesting automation session for com.name.name" when app launch time in Xcode 10.

juanlumn
  • 6,155
  • 2
  • 30
  • 39
Suneel IOS
  • 71
  • 6

1 Answers1

1

It seems that before the app finish to launch/activate you are trying to perform another task in the app.

i.e trying to activate the app again

Alej priv
  • 81
  • 6