After updating cocos2d-objc project to Xcode7, iOS9 I have got my CCScrollView instances broken. Tap and pan gestures aren't recognized + xcode throws console warning
WARNING: A Gesture recognizer (; target= <(action=handleTap:, target=)>>) was setup in a storyboard/xib to be added to more than one view (->; layer = >) at a time, this was never allowed, and is now enforced. Beginning with iOS 9.0 it will be put in the first view it is loaded into.
Problem had been fixed after patching CCScrollView and using UIView's api to manipulate current gestureRecoznigers list with corresponding API methods
-addGestureRecognizer: -removeGestureRecognizer: