Hi,
I have a working iPhone project that I'm trying to rearrange on different projects in order to reuse code.
I opened a new project that contains all my utility classes and referenced them from another project. One of the utilities I use is the JSON framework.
The project complies OK but at run-time it throws an exception when I'm trying to call the JSONValue method of the string object the framework extend using categories.
The exception is [NSObject doesNotRecognizeSelector]
Anyone knows a solution for that problem? Should I change the project preferences?
Thanks!