• 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: Regex
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>)

  • Prev by Date: Re: Outlets / IBOutlet declarations (was Re: Interface Builder & Wiring Objects)
  • Next by Date: Re: Opening Ports in Leopard
  • Previous by thread: Re: Regex
  • Next by thread: Re: Regex
  • Index(es):
    • Date
    • Thread