Bug 91024

Summary: Build against the latest SDK when targeting older OS X versions
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: WebKit Misc.Assignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 mitz: review+

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.