Hey all,
I am getting a SIGABRT error and I don't know why. It is happening when I switch scenes in my app. The error is
Code:
*** Assertion failure in -[level addChild:], /Users/clintonwalsh/Documents/myApp/libs/cocos2d/CCNode.m:300
2011-09-29 15:48:31.519 myApp[126:307] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Argument must be non-nil'
Anyone know the solution for this error?
Thanks
Clinton Walsh