We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just discovered that tapScreenAtPoint just crashes my app on iOS14.
im using self.viewTester().tapScreen(at: CGPoint(x:x, y:y))
self.viewTester().tapScreen(at: CGPoint(x:x, y:y))
any suggestions where to look at to resolve that problem?
Edit:
Here is why its crashing:
Uncaught exception: NSInvalidArgumentException: -[UITouch _setIsFirstTouchForView:]: unrecognized selector sent to instance 0x12baab030
Edit2:
Commenting out these two lines made it work again
[self _setIsFirstTouchForView:YES]; [self setIsTap:YES];
The text was updated successfully, but these errors were encountered:
@Alderon86 which version of the framework are you using? This should have been fixed here with #1153
Sorry, something went wrong.
@dostrander I think its 3.7.8 newer version are insta crashing my app but haven't looked into the reason that much
When you get a chance could you give us a backtrace on what is happening?
@dostrander ofc I will, we just hit another lockdown here so I guess I have plenty of time the next days
No branches or pull requests
I just discovered that tapScreenAtPoint just crashes my app on iOS14.
im using
self.viewTester().tapScreen(at: CGPoint(x:x, y:y))
any suggestions where to look at to resolve that problem?
Edit:
Here is why its crashing:
Edit2:
Commenting out these two lines made it work again
The text was updated successfully, but these errors were encountered: