Question

I am trying to study OpenGL and I have the framework added, but I am getting linker errors. I believe the issue is adding the library to the project for linking and EVERY time I try to add a library, I hunt around for the configuration setting forever. Someone, please give me the simple click-n-go answer!

Was it helpful?

Solution

The linker cannot find the CAEAGLLayer framework to link against.

Add the QuartzCore.framework and the linker will be able to find the missing framework.

To do this right-click on the Frameworks the choose: Add > Existing Frameworks > QuartzCore.framework.

alt text http://img19.imageshack.us/img19/223/screenshot20091206at544.png

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top