Obj -c *** - [CFString copyWithZone:]:发送到解除分配的实例的消息

时间:2012-11-11 17:06:37

标签: cocos2d-iphone crash cfstring

以下是调试器中的完整错误:

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次潜在的崩溃操作,这是否与内存问题有关?非常感谢你的帮助。

0 个答案:

没有答案