If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi everyone, I am a Sophomore Computer Science student. I have been getting into application development on my new Mac. I understand that Obj-c has recently implemented Garbage collection which should prevent memory leaks. I have enabled it in the build flags for the project but when I run even just the simplest little cocoa app in Instruments, I get 100s of memory leaks reported. I don't know if I'm using Instruments wrong or if I have misconfigured Xcode or if I just plain don't get something, but I can't find any info on google at all after a long search.