views:

63

answers:

1

I am new to iphone development.I want to add RegexKitLite framework.I have downloaded the source file but i am not able to add the framework in my project.Please help me out.Thanks.

+1  A: 
  1. Add RegexKitLite.h and RegexKitLite.m into your project.
  2. Add the SDK library libicucore.dylib into your project.
KennyTM