objective c - XCode warns for unreleased objects -
is there way make xcode warn unreleased objects? may useful classes lots of objects , forgot put [obj release]; in dealloc method.
you can use analyze tool ("build , analyze" in xcode 3), static analysis , points out have unreleased objects. more detail here: build , analyze: running analyzer within xcode
Comments
Post a Comment