Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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....

share|improve this question
You've tried a clean build? – Richard Aug 30 '11 at 13:36
Yes (and the svn repo doesn't include the build folder anyway) – IainM Aug 30 '11 at 14:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.