Bug 91024 - Build against the latest SDK when targeting older OS X versions
Summary: Build against the latest SDK when targeting older OS X versions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 15:10 PDT by Mark Rowe (bdash)
Modified: 2012-07-11 19:08 PDT (History)
0 users

See Also:


Attachments
Patch v1 (20.55 KB, patch)
2012-07-11 15:16 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2012-07-11 15:10:51 PDT
The modern approach to using SDKs in Xcode is to build against the latest SDK and set the deployment target to the oldest version on which you want to deploy. We're currently always trying to build against the SDK corresponding to the oldest version on which we want to deploy. This is problematic with newer versions of Xcode that don't include older SDKs.
Comment 1 Mark Rowe (bdash) 2012-07-11 15:16:30 PDT
Created attachment 151796 [details]
Patch v1
Comment 2 Mark Rowe (bdash) 2012-07-11 19:08:14 PDT
Landed in r122404.