I want to include SBJson and Sharekint libraries in my Xcode Project the problem is sharekit already contains SBJson but with different methods .. the result is that i ended up with duplicate files containing different code and hence i receive "duplicate symbole" error at compile time .
what would be a solution that wouldn't involve renaming file names and classes because the code will endup to be a complete mess.
thnks in advance .