Re: NSString may not respond to a method in documentation?
Re: NSString may not respond to a method in documentation?
- Subject: Re: NSString may not respond to a method in documentation?
- From: Dave Geering <email@hidden>
- Date: Sun, 26 Apr 2009 23:08:04 +1000
> I think this is weird because componentsSeparatedByCharactersInSet is in the
> documentation for NSString It still works, but I don't know why xcode would
> give me this warning.
This method was added in Mac OS 10.5, so if you're using the Cocoa
framework from the 10.4 SDK you will get that warning, and your
program won't work on Mac OS 10.4.
_______________________________________________
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