This library has worked very well on xcode10 in the past year. But recently Apple requested that all App need to be packaged with xcode11. I found monkey test runs error on xcode11.
Error message:
Failed to get matching snapshots: Timed out snapshotting com.apple.testmanagerd, app is either unresponsive or taking too long to snapshot.
Here is my code
This library has worked very well on xcode10 in the past year. But recently Apple requested that all App need to be packaged with xcode11. I found monkey test runs error on xcode11.
Error message:
Failed to get matching snapshots: Timed out snapshotting com.apple.testmanagerd, app is either unresponsive or taking too long to snapshot.
Here is my codeI tried the method mentioned on #83, but it didn't work.
Could you help me to check it? Thanks a lot.