Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
objc[1372]: FREED(id): message respondsToSelector: sent to freed object=0x43be3f0
当我尝试单击 UITableViewCell 并播放一些移动然后按回选择 UITableViewCell 的另一个索引并播放一些电影时出现该错误,我非常快速地重复此步骤,它将使某些应用程序终止
但我不了解该日志的哪一行导致崩溃
我怎么能理解呢?
您正在发送已释放的 objc 对象的消息。要更轻松地调试,请启用 NSZombies:
http://www.cocoadev.com/index.pl?NSZombieEnabled