• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Strange Analyser Warning/Error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange Analyser Warning/Error


  • Subject: Strange Analyser Warning/Error
  • From: Dave <email@hidden>
  • Date: Mon, 08 Feb 2016 13:15:33 +0000

Hi,

Look at this code:

myUserInfo = [self.pUserIDDict objectForKey: theUserInfo.pUserID];
if (myUserInfo != nil)
	{
	LTWAssertAlways(@"myUserInfo - Dupe ID!!!!!!!!!!");
	}

if (theUserInfo.pUserID != nil)												//Remove this Line for Warning
	[self.pUserIDDict setObject: theUserInfo forKey: theUserInfo.pUserID];		//Warning on this line!
}


I get a warning saying that Key argument for setObjectForKey cannot be nil? I am wondering why it suddenly started moaning about this here and not other places were it is used and could be nil, like this:

myUserInfo = [self.pUserIDDict objectForKey: theUserInfo.pUserID];

This is the only place I’ve seen this warning and I’m using keys that could be nil in lots of places (without any problems as I obviously make sure that I don’t pass a nil…..

All the Best
Dave


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Strange Analyser Warning/Error
      • From: Ken Thomases <email@hidden>
    • Re: Strange Analyser Warning/Error
      • From: Michael Babin <email@hidden>
  • Prev by Date: Re: auto-layout and rotated UILabels
  • Next by Date: Re: Strange Analyser Warning/Error
  • Previous by thread: Re: mmap quiet failure - all reads are 0x00
  • Next by thread: Re: Strange Analyser Warning/Error
  • Index(es):
    • Date
    • Thread