What are the memory management checks that XCode does ?
A:
xcode specifically doesn't do any, it just compiles your code as far as i'm aware.
You can use a performance tool called 'Leaks' to check for memory leaks, this is a program that is kind of part of xcode.
Bongeh
2010-09-20 14:02:14
just as i thought...was just curious ...as one of my friends was asked such a question...
Arun Abraham
2010-09-22 09:15:50
A:
The question is referring to the static analyzer, that you can run using the 'Build and Analyze' (Xcode 3) or 'Analyze' (Xcode 4) menus.
Dimi3
2010-09-20 16:17:04