0

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..

siva krishna
  • 1,149
  • 2
  • 15
  • 23

1 Answers1

0

paytm also contain some reachability classes due to which duplicate error of reachability.o error comes; removed reachability.m from compile resources.

siva krishna
  • 1,149
  • 2
  • 15
  • 23