开发者

For a Mac error how do you determine the object when given its hex ID?

I have been given an error on the Mac:

objc[30344]: FREED(id): message release sent to freed object=0x3d55b60

How do开发者_如何学C I determine the object's symbolic identity so that I can fix the problem ?


AFAIK there is no way to get the symbol that the object is associated with. For this kind of thing you'll likely want to use Instruments to track down where the object was allocated.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜