I have an Xcode project, using the CorePlot framework, which I'm compiling as a standard 32/64 bit universal, with valid architectures i386 and x86_64. I have a copy of the framework in my project folder, and the whole thing is checked into an svn repository.
On my main dev machine, a mini running 10.6.8 and Xcode 3.2.5, it compiles fine. If I check the project out to a macbook pro, also 10.6.8 and Xcode 3.2.5, I get the warning " /CorePlot.framework/CorePlot, missing required architecture ppc in file" - not surprisingly, since the CorePlot binary isn't compiled for ppc - and of course there follows a bunch of "symbol(s) not found" errors.
I've been over and over the project settings, the target settings and the search paths, and I can't see where it's getting any instruction to compile for ppc. At one stage a long time ago, IIRC, I was compiling for ppc, so the most likely explanation would seem to be some stale cache file, or a setting that I haven't even thought of.
Any ideas? I've a feeling I'm doing something very dumb....