-
Notifications
You must be signed in to change notification settings - Fork 127
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
Crash on "Remove Gesture when deinit" #70
Comments
Same here. |
same. |
same here, so anyone slove this problem? |
Hello any updates on this issue? I'm using 1.0.0 release and I want to update pod, but this issue prevents me doing it. I've look in to the commits and I guess this is not fixed. Thanks already. |
@mkeremkeskin I just got rid of this library and implemented something similar manually by my own. |
it is an old issue but probably you have a leak and your viewcontroller deinit is not called. So it crashes the library. |
I'm having the same issues, running Swift 5.4 on an iPhone XS and updated the files to this version of Swift. Have it working nice and smooth, but I'm getting this error after moving into UIViewController2 then moving back to the original ViewController ... and... here's the problem .... I re-enter this UIViewController2 and I get 'the' error. Would it be possible for you to direct me in the right direction with this part of the coding issue you resolved? |
@finer-details Actually I removed this pod back then and implemented my own solution. |
|
I am also facing same issue, some one can resolve it please. |
Hello,
I updated the pod to latest version and I got this crash on deinit func. It wasn't occur earlier version and I examined the relaese notes.
I saw there is a method added, on v.2.0.0
Commits on Mar 22, 2017 @ANNotunzdY "Remove Gesture when deinit" c0d38c5
"Fatal error: Attempted to read an unowned reference but the object was already deallocated"
Could you check please?
Thank you.
The text was updated successfully, but these errors were encountered: