> On Jul 26, 2015, at 2:28 PM, Robert Martin <robmar...@frontiernet.net> wrote:
> 
> I get a null, and an error (200) that the plist contains null.
> 
> Before I make that call, I put in a check for nulls, but none are found:

You’re checking for nil pointers. (Which are illegal in Foundation collections, 
so you’ll never find any.)
It sounds like the error is complaining about instances of NSNull.

If that’s not the problem, then another possibility is that updateDictionary 
itself is nil — your snippet won’t log that as a problem because the entire 
enumeration will be silently skipped.

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to