Obj-C, library with ARC code and warning - Method possibly missing a [super dealloc] call?
1
down vote
favorite
I'm adding the MKStoreKit to my app and I'm getting a warning, Method possibly missing a [super dealloc] call. I know the library has been converted for the new ARC.
Howe