objective c - Xcode analyzer "efficiency" -


i spent 1 hour on solving bug: releasing object didn't have ownership (ie didn't send copy, alloc, new). analyzer (cmd-shif-a) didn't detect error while can detect object hasn't been released.

i think it's not normal, bug or "missing functionality"?

static analysis not magic; there many limitations , analyser xcode uses work in progress. there aid, can't totally debug application you.

if think have come across case think analyser have found problem, report bug.


Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -