Re: Debugging problem
Re: Debugging problem
- Subject: Re: Debugging problem
- From: Sherm Pendley <email@hidden>
- Date: Sun, 11 Apr 2004 23:52:12 -0400
On Apr 11, 2004, at 2:12 PM, Tony Cate wrote:
I'm developing in Xcode. I've just made some changes to an application
that work fine on machines running 10.3. The changes misbehave badly
on pre-10.3 machines. How do I debug it?
Xcode includes cross-development SDKs for 10.1, 10.2, and 10.3, but if
I recall correctly they're an optional install. The "General" pane on
the Info panel for your project has a drop-down box where you can
select the target OS version.
The headers for the target OS version are used when compiling, so if
you've used a feature that isn't available on that, you'll get errors
and/or warnings about unknown methods and such.
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.