ARC semantic issue “multiple methods named 'setRotation' ” while archiving only
问题 My project in cocos2dv3 is throwing ARC Sematic Issue Multiple methods named 'setRotation:' found with mismatched result, parameter type or attributes while archiving(release mode). It runs fine while deploying to simulator/device (debug mode). In release mode compiler gets confused between the implementation of rotation in UIRotationGestureRecognizer and CCNode . When I got the error in CCBAnimationManager.m , I typecasted the object calling the selector setRotation to ( CCNode *) but then