Doh!  The architecture was still set on i386.

Once I changed it to x86_64, I got the correct log message.

Looks like I still got some learning to do about how Xcode works.  =)

Thanks for the help, everyone!

Dave

On Mar 7, 2009, at 6:41 PM, Nick Zitzmann wrote:

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?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to