RESOLVED FIXED 91024
Build against the latest SDK when targeting older OS X versions
https://bugs.webkit.org/show_bug.cgi?id=91024
Summary Build against the latest SDK when targeting older OS X versions
Mark Rowe (bdash)
Reported 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.
Attachments
Patch v1 (20.55 KB, patch)
2012-07-11 15:16 PDT, Mark Rowe (bdash)
mitz: review+
Mark Rowe (bdash)
Comment 1 2012-07-11 15:16:30 PDT
Created attachment 151796 [details] Patch v1
Mark Rowe (bdash)
Comment 2 2012-07-11 19:08:14 PDT
Landed in r122404.
Note You need to log in before you can comment on or make changes to this bug.