在我的遊戲中,我在GameLayer中製作了許多方法,需要在Level1中調用。我不知道爲什麼,但是當我點擊開始時,我在控制檯中出現此錯誤,遊戲崩潰。NSLog錯誤導致遊戲崩潰(cocos2d iPhone)
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
注:1級(這裏我所說的方法)是GameLayer。
您的代碼無法在我的XCode上編譯。 – Kheldar
我只包括有問題的2個文件,而不是Helloworld,資源等。 – Joethemonkey101
我讀了你的源代碼(部分原因是你發佈了一個完整的XCode項目)。這對於StackOverflow來說太廣泛了,甚至代碼審查姐妹網站。 – Kheldar