I programming an app for the Iphone that uses a 3d object loader. the code of this loader is uses:
#include <OpenGL/glu.h>
the compiler is telling "no such file or directory", but I can see the file "glu.h" inside the OpenGL.framework under "External libraries & frameworks".
I am using Xcode 3.2.1
what am I doing wrong?