Re: Regex
Re: Regex
- Subject: Re: Regex
- From: Dave DeLong <email@hidden>
- Date: Tue, 18 Nov 2008 07:40:57 -0700
To get it to compile you need to do two things:
1. Add the "Other Linker Flag" "-licucore" to your project build
settings
2. Import the RKL header into whatever files you'll use it in
(alternatively, you can import it into your .pch file so that it will
get included into everything automatically)
HTH,
Dave
On 17 Nov, 2008, at 10:33 PM, Mr. Gecko wrote:
I never was able to compile RegexKitLite for some reason, and when I
use the framework it says warning: 'NSString' may not respond to '-
arrayByMatchingObjectsWithRegex:' and when I run the code it gives
me this in the debug
*** -[NSCFString arrayByMatchingObjectsWithRegex:]: unrecognized
selector sent to instance 0x872c00
Any help?
Thanks,
Mr. Gecko
_______________________________________________
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: | |
| >Re: Regex (From: "Mr. Gecko" <email@hidden>) |