Can you build an OSX program supporting i386, x86_64 and PPC at the same time?
Universal Binary supporting i386, x86_64 and PPC
606 Views Asked by Prof. Falken At
2
Can you build an OSX program supporting i386, x86_64 and PPC at the same time?
If you use Xcode, you don't have to use lipo, just list those architectures in the Architectures [ARCHS] build setting. Of course, you can't use Xcode 4, as it does not support ppc.