Can you build an OSX program supporting i386, x86_64 and PPC at the same time?
Asked
Active
Viewed 599 times
2 Answers
2
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.

JWWalker
- 22,385
- 6
- 55
- 76
1
The answer would seem to be yes, you combine them all with the lipo tool.

Prof. Falken
- 24,226
- 19
- 100
- 173