MaxOSX Build Errors
Status: Beta
Brought to you by:
jengelhart
I am receiving the following errors when trying to compile on Mac OSX 10.7.3, Xcode 4.3.2 using Apple LLVM Compiler 3.1:
'captureCount' was not declared in this scope
This error is happening on line 259 of the RegexKitLite.h file around this line of code:
- (BOOL)RKL_METHOD_PREPEND(enumerateStringsMatchedByRegex):(NSString *)regex usingBlock:(void (^)(NSInteger captureCount, NSString * const capturedStrings[captureCount], const NSRange capturedRanges[captureCount], volatile BOOL * const stop))block;
Any ideas on how I can get around this error?
Thanks!