A library im using (raylib) says to compile a program with xcode I can run
cc yourgame.c `pkg-config --libs --cflags raylib`
I know I can run