Finding unrecognized selector calls
I just upgraded to the newest version of cocos2d now all over my code there are unrecognized selector calls. The only way I can seem to find them is by running the program and having it crash which is very time consuming.
Is there a way in appcode to identify these or ideally have the build break so I can fix them?
请先登录再写评论。
Mel, you can use 'Code | Run Inspection by Name...' and select 'Unresolved message' inspection - it will find all such code across your project or a given scope.