I Want to Integrate PayTmSDk in my app. But Im getting error while building.
ld: 9 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation).
Tried Removing -Objc flag from otherlinker flags, Im able to build, but I'm using PayPalSdk also which needs to add -Objc flag to other linker flags.
Please help me..
Thank you..