开发者

framework not found OpenGL

开发者 https://www.devze.com 2022-12-15 15:06 出处:网络
I have a project, that uses the OpenGL framework. In order to try to get some other aspect of the project to work,I may have fiddled around the developer libraries (it was more then a week ago so i do

I have a project, that uses the OpenGL framework. In order to try to get some other aspect of the project to work, I may have fiddled around the developer libraries (it was more then a week ago so i don't remember exactly what I did).

now when I try to build the project I get "framework not found OpenGL".

I have already uninstall xcode completely: sudo /Developer/Library/uninstal开发者_如何学Pythonl-devtools –mode=all

and reinstalled it, but stil the same error.


Have you added the OpenGL framework to the project. In Xcode with your project open, select "Add to Project... " from the "Project" menu. Use the resulting dialog sheet to find the OpenGL project at

$ /System/Library/Frameworks/OpenGL.framework

A new dialog sheet will allow you to set options, make sure you don't "copy items into destination group's folder".

0

精彩评论

暂无评论...
验证码 换一张
取 消