I'm making my first app and it's really confusing.
I am using ARC, and probably ALL of my potential leaks say: "Object leaked: object allocated and stored in 'point' is not referenced later in this execution path and has a retain count of +1"
They are on almost any object I create using [[alloc] init].
Any suggestions about how to handle those? The app works fine, though.
Thanks.