1

I have a project which makes use of a 3rd party library. I installed it into the system folder (/usr/include) and everything works if I add -lsodium to the command line.

I want to use Xcode but how do I add the dependencies to the product?

TomCoding
  • 53
  • 7
  • I'd like to know how to make Xcode view this as a dependency too. Currently, I just stick `-lmylib` in Other Linker Flags, but that's a real hack. – Paul Sanders Nov 08 '20 at 12:48
  • Does this answer your question? [Xcode linking against static and dynamic library](https://stackoverflow.com/questions/45699389/xcode-linking-against-static-and-dynamic-library) – user14063792468 Nov 08 '20 at 13:35

0 Answers0