Reputation: 77
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
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