0

Two static libraries (iMagPay and chinese-dukpt) used here to read card data. And I faced issue of duplicate symbols.

imagpay & chinese-dukpt

Both static library uses C++ code as well.

I used -all_load linker flag also, still see this error.

enter image description here

Solid Soft
  • 1,872
  • 2
  • 25
  • 55

1 Answers1

-1

Did you check out these threads?

This happens when you link libraries 'too broadly' i.e link stuff you don't need. If you don't need a library, don't link it.

Community
  • 1
  • 1
153rd
  • 1
  • 1