-
Notifications
You must be signed in to change notification settings - Fork 17
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
[NSNull __detox_sync_untrackAnimation]: unrecognized selector sent to instance #23
Comments
@Kudo thanks for the report and suggestion. This does seem like a DetoxSync issue! cc @asafkorem |
hi @d4vidi, this issue happens from detox testing with the code where we create a thanks for looking into this. let me know if you need any other information. |
Facing the same issue with react-native-video
|
Did someone find a solution ? facing the same issue as @MortadhaFadhlaoui |
hi there!
we came across a crash issue from detox and in the call https://github.com/wix/DetoxSync/blob/962b297bf77f4c98decac40a2daa7b90394abe54/DetoxSync/DetoxSync/Spies/CAAnimation%2BDTXSpy.m#L30
this function is called after
[UIViewPropertyAnimator stopAnimation:]
but ios passingNSNull
as the(CAAnimation *)anim
parameter. does it make sense to check if the anim is NSNull like this?the crash stacktrace is like this:
The text was updated successfully, but these errors were encountered: