Hey,
I want to use the MORegularExpression framework in order to facilitate URL contents parsing in my application.
However, I can't figure out how to import the framework into my application.
In XCode, I have imported the MOKit framework into my Frameworks directory in XCode.
I can't import the MORegularExpression.h header file though:
#import "MORegularExpression.h"
That fails. I've not yet ever imported a framework, so I think I'm missing something important here.
Would somebody please be kind and point me in the right direction?
Many thanks!