When calling anyMatchingRegexInArray: from an NSString, passing it an NSArray of NSString patterns, the console echos out the following message:
CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
And I get null back from the method call. Can anyone provide me with some advice? What am I doing wrong? I believe I have linked the framework correctly as per the documentation. What else am I missing here?
Cheers!
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When calling anyMatchingRegexInArray: from an NSString, passing it an NSArray of NSString patterns, the console echos out the following message:
CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
And I get null back from the method call. Can anyone provide me with some advice? What am I doing wrong? I believe I have linked the framework correctly as per the documentation. What else am I missing here?
Cheers!
Ben