Deployment target is minimum version of OSX you want to support Base SDK is the SDK which your code is linked with (compiled). If you need to compile with 10.10 or even lower SDK then you have to download Xcode6, extract the SDK from Platforms folder and copy it to Xcode7 platforms folder. The only valid reason not to use new SDK is that deprecated function was removed in the new SDK (e.g. the new SDK doesn't contain method/class anymore).
On Fri, Sep 18, 2015 at 11:02 AM, Dave <[email protected]> wrote: > Thanks a lot for the Clarification, I think this must have changed in > XCode 6 or 7? I seem to remember having to explicitly download SDKs in > past. This is a much better way of doing it. > > All the Best > Dave > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Xcode-users mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/xcode-users/xhruso00%40gmail.com > > This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
