bdbergeron / BDBOAuth1Manager

OAuth 1.0a library for AFNetworking 2.x
MIT License
100 stars 35 forks source link

Fix CLANG_ANALYZER_OBJC_COLLECTIONS warning #14

Closed rydermackay closed 10 years ago

rydermackay commented 10 years ago

"Value stored into NSMutableDictionary cannot be nil"

bdbergeron commented 10 years ago

Is this to fix an actual runtime error or just to suppress a warning? In all the testing and use of this code, there shouldn't be any instance in which the accessToken will be non-nil and accessToken.token will be nil.

rydermackay commented 10 years ago

@bdbergeron Just the warning :smiley_cat:

kolpanic commented 10 years ago

Bump. I like a clean Analyze too. :smile_cat: