Tagged Questions
4
votes
2answers
322 views
How do programs support i386 and ppc at the same time?
I would like to know how you can support i386 and ppc architectures for programs at /bin.
I run for instance
bin $ file amber
I get
amber: setgid Mach-O universal binary with 2 architectures
...
1
vote
2answers
2k views
How do I build Universal binaries (ppc/i386) using Xcode 3.2.2 for OSX?
I am trying to build a universal binary for a project at work, but I can't seem to get Xcode set up properly to do so.
I am familiar with the Apple Documentation regarding this, but apparently I am ...