RegexKitLite Runtime Crash
Posted
by
Hasan Can Saral
on Stack Overflow
See other posts from Stack Overflow
or by Hasan Can Saral
Published on 2012-04-01T16:43:07Z
Indexed on
2012/04/01
17:30 UTC
Read the original article
Hit count: 462
I'm overlaying the mapview and using RegexKitLite. I couldn't make it work. I've downloaded .m and .h files and added to the project. Also I tried, adding libicucore.dylib or libicucore.A.dlib or adding -licucore to other compiler flags field. Still getting the error:
2012-04-01 19:38:04.633 sennerdeysen[907:15803] -[__NSCFString stringByMatching:capture:]: unrecognized selector sent to instance 0x88b6a00 2012-04-01 19:38:04.634 sennerdeysen[907:15803] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString stringByMatching:capture:]: unrecognized selector sent to instance 0x88b6a00'
Any idea?
Latest Xcode but the sdk is 4.3
Without ARC or anything else that iOS 5.0 SDK provides.
© Stack Overflow or respective owner