Ogre.framework required to build Ogre.xcodeproj?

neuropulse

23-07-2009 14:19:55

Greetings,

When I try to build Ogre.xcodeproj (on the Mac), I get errors saying "framework not found Ogre".

So I looked at the target plugins where the errors were occurring and they all have Ogre.framework as a dependency.

I thought Ogre.framework was what the project was building.

Where do I get Ogre.framework?

Thanks

neuropulse

24-07-2009 02:37:29

Solution:

ONLY_ACTIVE_ARCH = YES

On an Intel Mac, checking "Build Active Architecture Only" under "Build" in Project Info eliminates these errors.