Re: Unable to run application on other machines
Re: Unable to run application on other machines
- Subject: Re: Unable to run application on other machines
- From: Michael Rawdon <email@hidden>
- Date: Tue, 22 Jan 2008 10:42:49 -0800
Hi Adam -On Jan 21, 2008, at 9:49 PM, Adam wrote: I've been trying to figure out how to get my application to run on other machines, but unfortunately, it crashes if I copy the application over from the "Release" folder. The computer that I built it on is a Powerbook G4 running 10.5.1 and the target computer is an iMac G5 running 10.4.11 or 10.4.10, I can't remember exactly which. Somebody suggested adding a "copy frameworks" phase in the target, and I have tried adding all of my frameworks to that, but it hasn't worked. What might be the problem?
Did you set the Mac OS X Deployment Target for your target+configuration to be 10.4 or earlier? It defaults to 10.5 in Xcode 3.0, so if you haven't changed it, then your app (probably) won't run on 10.4 or earlier.
You can verify whether the setting is being used by checking whether -mmacosx-version-min=10.4 (or whatever version) is being passed to GCC in the build transcript.
If you're using Xcode 2.5 (rather than 3.0) on Leopard, then you should make sure you have ZeroLink turned off. -- Michael Rawdon email@hidden Xcode Developer Apple Inc., Cupertino CA
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden