On Mar 7, 2009, at 6:35 PM, Dave DeLong wrote:
As for the build settings, it was set for 32 bit architecture. I set it to 32/64 bit, and also "Native Architecture of Build Machine", but after cleaning and building again, I get the same log message.
"Native architecture of build machine" does not actually use the native architecture of the build machine as of Xcode 3.1. (Really!) If you want that, you must use ${NATIVE_ARCH_ACTUAL} instead, which will use the _real_ native architecture of the build machine.
And when you did a 4-way build, are you sure you set the architecture correctly before running or debugging the executable?
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
