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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -