user1044303
user1044303

Reputation: 77

SBJson Conflict with Facebook sdk iOS

I'm developing an application using SBJson framework. now i want to add the Facebook SDK to my app but i get duplicate classes errors.

probably Facebook using some other version of SBJson source.. but the files name are the same!

i'v tried to change the classes names with the refactor tool.. but it doesn't seems to solve my problem.

Please help. Thanks.

Upvotes: 1

Views: 936

Answers (1)

skram
skram

Reputation: 5314

Facebook already includes the json-framework. Use what's Already included to handle your json. No need to add another seperate version of it. That's why you're getting duplicate errors.

Upvotes: 1

Related Questions