Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Running error on Xcode11 #89

Closed
jaderYang opened this issue Mar 18, 2020 · 0 comments
Closed

Running error on Xcode11 #89

jaderYang opened this issue Mar 18, 2020 · 0 comments

Comments

@jaderYang
Copy link

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
`
let application = XCUIApplication()
_ = application.descendants(matching: .any).element(boundBy: 0).frame
let monkey = Monkey(frame: application.frame)
monkey.addDefaultUIAutomationActions()
monkey.addXCTestTapAlertAction(interval: 100, application: application)

    monkey.monkeyAround(iterations: 1000)

`

I tried the method mentioned on #83, but it didn't work.

Could you help me to check it?
Thanks a lot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant