Re: Problems linking json-framework with ios application

2011-05-17 Thread Wim Lewis
On 17 May 2011, at 2:03 PM, Damien Cooke wrote: > I am building a library to be used by other apps. I have included the > json-framework in the library project and used the -ljson flag as directed. > Now this all works fine, until my app uses one of the JSON categories that > the library imple

Re: Problems linking json-framework with ios application

2011-05-17 Thread Greg Parker
On May 17, 2011, at 2:03 PM, Damien Cooke wrote: > I am building a library to be used by other apps. I have included the > json-framework in the library project and used the -ljson flag as directed. > Now this all works fine, until my app uses one of the JSON categories that > the library imple

Problems linking json-framework with ios application

2011-05-17 Thread Damien Cooke
All, I am building a library to be used by other apps. I have included the json-framework in the library project and used the -ljson flag as directed. Now this all works fine, until my app uses one of the JSON categories that the library implements. if I add the json-framework to the app it wo