> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
