-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to access private API in UIWindow: "ContextID" #17
Comments
Could you share how you're creating the event generator? Is it from a view already added to a UIWindow? |
|
Hmm that's weird. Did you setup your tests to run inside a TestHost app like the setup instructions? A few additional questions:
|
@gabriellanata |
Sorry I'm not sure what could be causing it. I've ran the included hammer tests on device and they worked fine. Had to apply these changes (#21) but they should not be affecting the error you're having |
Do you mind testing by removing the guard statement here? https://github.com/lyft/Hammer/blob/main/Sources/Hammer/EventGenerator/EventGenerator.swift#L155 I'm thinking maybe it's unnecessary and getting 0 is fine |
@gabriellanata |
The text was updated successfully, but these errors were encountered: