You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
When a controller is dismissing and rotating at the same time, In some conditions it will crash.
I guess it depends on the sequence of updating style and releasing the view.
The text was updated successfully, but these errors were encountered:
Hey, thanks for reporting. The bug is connected to the fact that cas_parent or cas_alternativeParent is assign and it contains the reference to the deallocated object instance, I actually have a fix for that making it weak
I too am seeing a similar crash, although in different part of the code when switching between controllers:
For me, I think the problem is that the Podspec (mentioning 0.2.4 version, which is back from 2014: https://github.com/ClassyKit/Classy/blob/master/Classy.podspec) is stale, and my local version keeps thinking it's the latest even though this fix wasn't submitted until 2015. My local version, for example, is missing Classy/Reflection/CASAssociatedObjectsWeakWrapper.m which was added with that pull request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a controller is dismissing and rotating at the same time, In some conditions it will crash.
I guess it depends on the sequence of updating style and releasing the view.
The text was updated successfully, but these errors were encountered: