摘要:
错误提示:*** Assertion failure in -[CCTouchDispatcher forceAddHandler:array:]*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Delegate already added to touch dispatcher.'分析:在触摸屏幕时,会调用下面的伪代码,其中idx是一种枚举类型,表示Touchbegin、TouchEnd等等 1 -(void) touches:( 阅读全文