我最近通过遵循本教程设法在我的项目上启用了 ARC
http://www.learn-cocos2d.com/2012/04/enabling-arc-cocos2d-project-howto-stepbystep-tutorialguide/
一切正常,直到我添加了一个调度方法,例如:
[self schedule:@selector(test:) interval:0.1];
方法:
-(void)test:(id)timer{
NSLog(@"yes!");
}
不幸的是,它没有说“是!”,而是崩溃了:
0x1de8d83: movl (%eax), %edx
并显示: