On Feb 10, 2013, at 10:40 PM, Jerry Krinock <je...@ieee.org> wrote: > On 2013 Feb 10, at 21:12, Charles Srstka <cocoa...@charlessoft.com> wrote: > >> On my machine, "Compiler Default" makes it 10.8. > > Same here. Those "Compiler Default" and "Current/Latest OS X" Build Settings > values are going to kill me one of these days.
Deployment Target is the earliest OS on which you want to run. Base SDK is the latest OS from which you want to use API. You should generally leave Base SDK set to “Latest” and avoid Current. Current means “use the headers and libraries and frameworks in /,” which is in some ways like saying “don’t use an SDK.” It’s how we used to do things in the days before SDKs, but we’ve had SDKs now for around 10 years, so it’s time to make the switch. :) -- Chris _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com