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
From iOS9 adding a gesture recognizer that is already associated with a view is an error and no longer associates it with the second view - it leaves it on the first.
See http://forum.cocos2d-objc.org/t/onenter-call-order-issue/17718/1 for circumstances in which this can (relatively easily) happen due to user code.
Assert prevents the problem and indicates a possible path to look at to fix it.
0 commit comments