私のゲームでは、Level1で呼び出す必要のある多くのメソッドをGameLayerで作成しました。理由はわかりませんが、[開始]をクリックすると、コンソールにこのエラーが表示され、ゲームがクラッシュします。
Assertion failure in -[CCTimer initWithTarget:selector:interval:]
続いて
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Signature not found for selector - does it have the following form? -(void) name: (ccTime) dt'
GameLayer.hと.mをここにアップロードしました:http ://www.4shared.com/file/O_1utrRj/undefined.html
注:Level1(私がメソッドを呼び出す場所)はGameLayerにあります。