I have been given an error on the Mac:
objc[30344]: FREED(id): message release sent to freed object=0x3d55b60
How do I determine the object’s symbolic identity so that I can fix the problem ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.