On Oct 6, 2008, at 1:09 PM, Stig Brautaset wrote:
I'm trying to make use ofhttp://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_5_section_7.html - but I'm not having any luck. Is there something I have to do other than setting the ARCHITECTURES setting to 32/64 bit? (I don't seem to have a 64-bit only setting.)
Are you running the app in the debugger? If you're building a 4-way universal binary, then the debugger will always launch the 32-bit version of the executable, even if you're using a 64-bit Mac.
If you want to build the app for 64-bit only, then you have to manually set the architectures to "ppc64 x86_64" instead of using a pre-set value. Also, Xcode 3.1's debugger doesn't work correctly with 64-bit executables. I haven't checked to see if they fixed this bug in 3.1.1, but they did work correctly in 3.0.
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ 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 [EMAIL PROTECTED]