On Jul 13, 3:39 pm, gyozo kudor <
kudorgy...@gmail.com> wrote:
> I have replaced the old SBJSON from the facebook sdk with the latest one
> from github. I had to modify the facebook sdk in one place to make it work,
> but at least both are working now with a new version of the json parser. I
> will probably leave this way.
>
>
>
> On Wed, Jul 13, 2011 at 1:58 PM, gyozo kudor <
kudorgy...@gmail.com> wrote:
> > I tried adding the latest sbjson as a static library to the project and use
> > that but I either got missing symbols or duplicate symbols. I don't have
> > much experience with using and linking libraries. I don't know how to set up
> > the linker correctly. I never used a static library in my project that
> > itself was used in another static library. (I tried linking libsbjson with
> > my main project, with the Facebook SDK and with GTMOAuth2, tried several
> > combinations nothing worked ) If I don't find out what is wrong I guess I
> > will use the older version from the facebook SDK. If somebody has some
> > advice please tell me. Thanks.
>
> > On Wed, Jul 13, 2011 at 9:58 AM, Greg Robbins <
grobb...@google.com> wrote:
>
> >> It sounds like that's an old version of SBJSONParser.
>
..