If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm having some problems compiling old ObjC code (written for Public Beta) in the Release Candidate. In almost every example included with the developer CD, I get an error saying "Build failed (see build log for details)." Here is the build log for a "BasicSquare" app (which I know compiles fine in public beta):
It seems to only happen when I include functions from outside of the Cocoa framework. The "BasicSquare" includes some OpenGL functions. When I take all of the OpenGL code out, it compiles fine. Anyone else having this problem? Any Suggestions? Thanks in advance.
Is OpenGL.framework in the list of frameworks in the project? It seems like it would need to be. If not, I suppose it's possible that Cocoa.framework (or AppKit.framework) automatically also linked in OpenGL.framework in Public Beta but has since changed, which would explain why it worked before.
If OpenGL.framework is included in your project... then I have no idea.
Wow, that was it! Thanks! For some reason it never struck me that it could be the problem. Hmm, I don't remember OpenGL being linked to the Cocoa framework in the public beta, wonder how it worked before.