Youngmin Kim

Results 6 comments of Youngmin Kim

I use Swift 5.0, Xcode version is 11.2.1 and crashed only Release. Currently, I change project to using Cocoapods. I found several libraries was crashed when using SPM. I think...

Please refer to the following link: https://bugs.swift.org/browse/SR-11564?focusedCommentId=51285&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-51285

I also had the same problem. I think I have a strong reference to UIViewContorller in Jelly.Animator.prepare. Therefore, it is necessary to examine whether it can be converted into weak...

In my case, Jelly.Animator has retain pointer to UIViewController in prepare() function. So, Jelly.Animator must be nil after dismissed UIViewController.

I didn't know you had a health problem. I hope your health will be restored. Thank you for providing a good library.