I know that there are lots of posts about memory leaks. Now i am reading those.
But maybe there some people could give me some tips how to find in which controller or even which object is leaking. Because now i have stack trace with object names like 0xcvf34 and responsoble framework which is
Leaked Object # Address Size Responsible Library Responsible Frame
__NSCFString,1 0xcvf34 32 Bytes Foundation -[NSPlaceholderString initWithBytes:length:encoding:]
And there lots of more
What could be my strategy ? Because to find which NSString is leaking is really hard as there lots of code.
Am using apple instruments.