I use Resty everywhere in my project, but now, since I have to upload the image to the server, so I'm trying to add another RestKit framework to handle file upload. But when I compiled, he got an error:
duplicate symbol _NewBase64Decode in: /Users/iforests/Library/Developer/Xcode/DerivedData/Owlch-gnysrakcbhsgkubbjjjfbahlocqi/Build/Products/Debug-iphoneos/libRestKit.a(NSData+Base64.o) /Users/iforests/Documents/iOSworkspace/Owlch/LRResty.framework/LRResty(NSData+Base64.o) ld: 2 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Is there any way to solve this problem without removing LRResty (since tomorrow is the deadline for this project). Thank you very much!
source share