Re: Any hope to get an updated Xcode IDE for Leopard?
Re: Any hope to get an updated Xcode IDE for Leopard?
- Subject: Re: Any hope to get an updated Xcode IDE for Leopard?
- From: Alexander von Below <email@hidden>
- Date: Thu, 03 Sep 2009 16:35:57 +0200
Am 03.09.2009 um 16:22 schrieb Nick Nallick:
Is the suggested path to do some kind of remote debugging now on PPC?
Remote debugging works nicely, but as I said: You can keep your
projecfiles compatible to Xcode 2.5, and thus debug on your old
machine locally, if you wish
My base SDK is 10.5 but I do runtime checks before calling Tiger or
Leopard functions. Above you say you've discontinued 10.3.9
projects. Does this mean Xcode 3.2 doesn't support my project, or
that it doesn't support setting the base SDK to 10.3.9?
It means the later: You can not set the base SDK to 10.3.9.
As an aside: I keep all of my SDK dependent stuff in loadable code
bundles, because then the compiler will tell me if I am using anything
bad. Checking at runtime is good, but if you do not compile against
the older SDK you may not find all the new stuff.
Alex
_______________________________________________
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