• 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
Re: Class name as NSString and problem with NSLog?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Class name as NSString and problem with NSLog?


  • Subject: Re: Class name as NSString and problem with NSLog?
  • From: Greg Parker <email@hidden>
  • Date: Thu, 06 Mar 2014 13:14:55 -0800

On Mar 6, 2014, at 10:21 AM, William Squires <email@hidden> wrote:
>  Also, when I do this (using a literal NSString constant for myClassName above), Xcode marks the line with NSLog with a yellow triangle, and disclosing it says something about passing an NSString instance as being "unsecure". Can this warning be turned off? It seems silly to do:
>
> NSLog(@"%@", fooText);
>
> just to avoid this warning.

Some class names have '%' in them. If you called NSLog() without using the "silly" format string, you'd print nonsense or just crash.


--
Greg Parker     email@hidden     Runtime Wrangler



_______________________________________________

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


References: 
 >Class name as NSString and problem with NSLog? (From: William Squires <email@hidden>)

  • Prev by Date: Re: Class name as NSString and problem with NSLog?
  • Next by Date: push button bounds are bigger than I'd expected...
  • Previous by thread: Re: Class name as NSString and problem with NSLog?
  • Next by thread: Cocoa custom text field backspace handling
  • Index(es):
    • Date
    • Thread