I'm pretty new to iPhone Development and running into troubles with memory management.
I built a Multiview Application with this structure:
Main Menu - Preferences - Subview with UIPicker Item.
The navigation is done with a Navigation Controller (Push/Pop view to/from stack).
Everything works fine. But if I'm switching about 20 times from Preferences to Subview with UIPicker, the program crashes.
Sometimes I get a message like this:
objc[5817]: FREED(id): message release sent to freed object=0x3d53390
Problem is, that I don't know where the problem is.
Is there any kind of possibility to get some extended information to see which object did the crash?