Re: NSString to Integer
Re: NSString to Integer
- Subject: Re: NSString to Integer
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 7 Mar 2009 18:41:11 -0700
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@hidden)
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:
This email sent to email@hidden