Hi,
i have one project for mac and iOS. Im using
CCMenuItemFont *item = [CCMenuItemFont itemFromString:@"Test" block:^(id sender){
NSLog(@"test");
}];
On iOS it works and on the mac i get this error:
And then i get a +[NSInvocation invocationWithMethodSignature:]: method signature argument cannot be nil
Here the issue:
http://code.google.com/p/cocos2d-iphone/issues/detail?id=1048
I added a example project (without lib folder) in the comments.
Im doing something wrong? Or is this a real bug?
Thanks