Xcode can't find library files when compiling

7 Views Asked by At

I was trying to use the SFML library to practise c++, so here's what i did in order to link the library:

  • I went to Build Settings > Header Search Paths and i inserted the absolute path leading to SFML's include folder.
  • Then i went to Build Settings > Library Search Paths and i inserted the absolute path leading to SFML's lib folder.

When i try to compile it says that the symbols can't be found...
What have i done wrong? isn't this the way you link libraries?

0

There are 0 best solutions below