Skip to content
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

tapScreenAtPoint not working on ios14 #1198

Open
Alderon86 opened this issue Dec 6, 2020 · 4 comments
Open

tapScreenAtPoint not working on ios14 #1198

Alderon86 opened this issue Dec 6, 2020 · 4 comments

Comments

@Alderon86
Copy link

Alderon86 commented Dec 6, 2020

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:

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];
@dostrander
Copy link
Contributor

@Alderon86 which version of the framework are you using? This should have been fixed here with #1153

@Alderon86
Copy link
Author

Alderon86 commented Dec 15, 2020

@dostrander I think its 3.7.8 newer version are insta crashing my app but haven't looked into the reason that much

@dostrander
Copy link
Contributor

When you get a chance could you give us a backtrace on what is happening?

@Alderon86
Copy link
Author

@dostrander ofc I will, we just hit another lockdown here so I guess I have plenty of time the next days

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

No branches or pull requests

2 participants