Finding Core Data objects in Instruments
Finding Core Data objects in Instruments
- Subject: Finding Core Data objects in Instruments
- From: Rick Mann <email@hidden>
- Date: Mon, 30 Aug 2010 19:35:02 -0700
We're having a hard time tracking down our smaller leaks in our iPad app. When running on the simulator, one thing we noticed is that none of our Core Data objects shows up in Leaks or Allocations (all of them have custom NSManagedObject subclasses).
Does Core Data never actually instantiate our objects, instead somehow usurping each individual action implementation and instantiating its own kind of objects?
Why do we not see NSManagedObject, nor any of our subclasses, in Leaks or Allocations?
TIA,
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden