Sunday, July 25, 2010

-Release not found in protocol

I had some delegates defined as id in my code, and have been ignoring the 'release not found in protocol' errors that I get on release (and retain).  I finally decided to eliminate them, I added the NSObject protocol to my protocol definition.  This removed this particular warning, which is good because I want to remove all warnings (if possible) from my code.

No comments:

Post a Comment