Extraneous Warnings CFPropertyListCreateFromXMLData
Status: Beta
Brought to you by:
jengelhart
I get the following warning in my console for when I call -stringByMatching:replace:withReferenceString:
CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
Not critical, but very annoying.
Submitted by aksuska@esoteritech.com
Logged In: NO
Actually, this warning only happens when there are parentheses in the pattern, whether or not they are used for callbacks.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Same goes for getCapturesWithRegexAndReferences:. Removing the parentheses in the pattern crashed the app.