Hey all, I can't seem to find any solid information on something on the Internet, so I thought I'd ask for volunteers. Does anyone have a 64-bit machine (either a G5 or a Core 2 Duo) that's still running OS X 10.4.x? If so, could you run this app, and tell me what it says when you launch it?
edit: Thanks guys, my question is answered, no need for the test anymore.
If it doesn't run, please send me the Console log from when you try to launch it.
Basically, I'm trying to find out whether it's possible to make a 64-bit universal binary application that will still work on Tiger. By default, Xcode makes you target 10.5 if you are building for 64-bit, but that can be worked around via per-architecture settings. However, since Tiger does have the capability to run 64-bit binaries, just not Cocoa or other frameworks that would make this functionality actually useful, I am unsure whether it will be smart enough to load the 32-bit binary when launching an application, or whether it will try to load the 64-bit binary and fail due to the missing frameworks. I can't seem to find any information on the Internet about this, and unfortunately I don't have any 64-bit machines that can run Tiger anymore to test this myself (I used to have an iMac G5, but I gave it away). Therefore, I'm wondering if anyone who does have such a machine could give this a try, and let me know the results. Thanks!