Unreal problem, want to smash computer
Hey guys here is whats going on.
I'm trying to make a menu when I run the code I get a SIGABRT error from this line
invocation = [NSInvocation invocationWithMethodSignature:sig];
in my ccmenuitem.m file
this happens no matter what type of ccmenuitem I try to use.
now it I just comment out that line everything works perfectly.
wtf is going on? obviously I can't comment out a line in the cocos2d files.
help please
|