Reject building with macOS 10.14 SDK
Categories
(Firefox Build System :: General, enhancement, P2)
Tracking
(firefox66 fixed)
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: spohl, Assigned: mshal)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
I'll take this, it doesn't seem too hard to pull the version info from SDKSettings.plist.
What min/max version numbers do we want? I assume min=10.11, and max is 10.13?
Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
Thing is, if you install the latest version of Xcode, 10.14 SDK is all you get. Xcode does not include 10.13 or 10.11 SDK anymore. So, how should you build if you block the only available SDK? I don't know of any page where you can download old SDKs from Apple.
Reporter | ||
Comment 8•6 years ago
|
||
(In reply to Nomis101 from comment #7)
Thing is, if you install the latest version of Xcode, 10.14 SDK is all you get. Xcode does not include 10.13 or 10.11 SDK anymore. So, how should you build if you block the only available SDK? I don't know of any page where you can download old SDKs from Apple.
The official way to get a hold of an older SDK is by installing an older XCode from https://developer.apple.com/download/.
Description
•