这是调试器中的完整错误:
2012-11-11 17:57:34.534 Killer[13745:707] *** -[CFString copyWithZone:]: message sent to deallocated instance 0xee57540
2012-11-11 18:01:59.231 Killer[13745:707] *** -[CFString class]: message sent to deallocated instance 0xee57540
(lldb)
使用 Obj C 和 Cocos 2d v1.0.1 编程,这里是崩溃行
player.zombieImage = [playersPicturesZombies objectAtIndex:idx];
奇怪的是,我在崩溃之前做了 10 次潜在的崩溃操作,这与内存问题有关吗?非常感谢你的帮助。