You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2019. It is now read-only.
Added 'ObjectiveDDP' to .pod file and perform pod update operation.
Everytime when I perform this operation, I get following error -
duplicate symbol _MeteorClientError in:
/Users/Vikas/Library/Developer/Xcode/DerivedData/M3-dwamgnjvcgzvpyccbqjilachpszn/Build/Products/Debug-iphonesimulator/libObjectiveDDP.a(MeteorClient.o)
/Users/Vikas/Library/Developer/Xcode/DerivedData/M3-dwamgnjvcgzvpyccbqjilachpszn/Build/Products/Debug-iphonesimulator/libObjectiveDDP.a(MeteorClient+Parsing.o)
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I tried to fix this issue by changing few build settings, but not get the success.
This error occur only when I add 'ObjectiveDDP' to my project.
Your help is appreciable. Looking forward from your side.