Requesting MacOSX10.13.SDK from XCode9.4.1.app #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
miles/macosx-sdks#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the final available SDK that supports 32Bit it would be nice to have a prepackaged version available.
Sure, I'll see if I can get hold of the SDK for packaging it.
I’d assumed you were downloading the relevant version of Xcode and running the script to package up the SDK.
Manually packing the SDKs found on GitHub won’t include the relevant C++ headers nor the man pages (and some other items), those are only found within the relevant Xcode.app
Maybe I was misunderstood with "get the SDK". I meant xcode.
But yeah the method here is essentially the proper xcode download + packaging with the osxcross script.
Anyway what I meant was that since I have not a Mac at hand (I use someone else Mac) as soon as I can I could try to package it.
Yeah, I think you mean those ones like
phracker/MacOSX-SDKs, right? because the script used here looks at C++ headers and man pages. Isn't?Yeah that’s what I thought due to the mention of SDK, doing that produces useless results.
Ah ok that makes sense, the version that contains the final build of the SDK is Xcode 9.4.1.
That’s correct Xcode itself contains additional files, on macOS the alternative SDKs would work as the missing files are included within Xcode but when using osxcross those are missing.
It has taken some time to download, convert the
Xcode.appinto aXcode.dmgbecause looks like they are only providing.xipfiles (Xcode_9.4.1.xip).But anyway here it is 10.13.
Feel free to give it a test.