I am using GData with my APP, Also i am trying to implement DropBox with my App but having an error of duplicate class JSON, ERROR IS:
ld: duplicate symbol _OBJC_METACLASS_$_SBJSON in
/Users/imansermini/Desktop/My
Apps/DocumentList/DropboxSDK.framework/DropboxSDK and
/Users/imansermini/Library/Developer/Xcode/DerivedData/DocumentList-edgyyvpajkkdolgdngxapaookhkc/Build/Products/Release-iphonesimulator/libGDataTouchStaticLib.a(SBJSON.o)
for architecture i386 Command
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2
failed with exit code 1
Can anyone tell me is there any solution to get rid of this issue?
you must have SBJson twice added into your project.
you need to find the same in your project hierarchy and “delete reference only” for the same.