I am trying to build an interface with glade using C language and Xcode. I installed the library add added it to "other linker flags" in Xcode. I guess I am not linking it properly in the IDE. I get the following error:
"ld: library not found for -lgobject-introspection
clang: error: linker command failed with exit code 1 (use -v to see invocation)"
How to properly link libraries in Xcode?