Closed GoogleCodeExporter closed 9 years ago
Creating mixed architecture libraries via "make" is difficult. It involves
building the application multiple times in
separate directories, then calling the "lipo" command to put things together.
We provide an Xcode project
(accessible via the command-line with "xcodebuild"), to make 4-way universal
binaries. The README has a good
explanation about how to use the xcode project via the terminal.
See here: http://code.google.com/p/googletest/source/browse/trunk/README
Original comment by preston....@gmail.com
on 10 Nov 2009 at 12:04
Ahh, rtm. I somehow didn't get that far through the README, having skimmed
through to the "without Xcode"
section and stopping there. I also skimmed the FAQ and Using XCode wiki pages.
I'll build it the xcode way in the future.
Original comment by ldalessa...@gmail.com
on 10 Nov 2009 at 1:05
Closing the issue per submitter's comments
Original comment by vladlosev
on 10 Nov 2009 at 3:32
Original issue reported on code.google.com by
ldalessa...@gmail.com
on 4 Nov 2009 at 2:42