Having a minimal example using GLFW3:
GLFW3
#include int main(int argc, const char * argv[]) { glfwInit(); }
If you are using the static library version of GLFW, add it and the Cocoa, OpenGL, IOKit and CoreVideo frameworks to the project as dependencies.