Re: NSCharacterSet :+ (id)newlineCharacterSet
Re: NSCharacterSet :+ (id)newlineCharacterSet
- Subject: Re: NSCharacterSet :+ (id)newlineCharacterSet
- From: "Kyle Sluder" <email@hidden>
- Date: Mon, 8 Sep 2008 17:13:06 -0400
On Mon, Sep 8, 2008 at 4:57 PM, Filip van der Meeren
<email@hidden> wrote:
> But when I try to invoke this method I get the following:
> warning: 'NSCharacterSet' may not respond to '+newlineCharacterSet'
Is your deployment target set to 10.5? Are you using the right SDK?
> And when I check the actual header file, the "+ (id)newlineCharacterSet"
> declaration isn't to be found...
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Foundation.framework/Versions/Current/Headers/NSCharacterSet.h,
lines 36-38:
#if MAC_OS_X_VERSION_10_5 <= MAC_OS_X_VERSION_MAX_ALLOWED
+ (id)newlineCharacterSet;
#endif
--Kyle Sluder
_______________________________________________
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