make cocoa
sudo make cocoa-install
In Xcode, you just need to specify where the user library and user include folders are. Go to Project -> Edit Active Target
Under Linking, go to Other Linker Flags and add the flag -lglfw .
Under architectures, change architectures to 64-bit intel
add libglfw.dylib to the project by dragging the file into XCode
for some reason had to copy libglfw.dylib to