PureDarwin / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
48 stars 13 forks source link

Add support for High Sierra #10

Closed wjk closed 7 years ago

wjk commented 7 years ago

As the title says, this PR aims to make it so the installXcode_Modern script creates a working chroot when run under the macOS High Sierra beta.

It is still a work-in-progress, though, as I still need to fix a few issues regarding the correct time to run the createChroot script. Once that is done, I’ll indicate when this is ready to merge. Thanks!

wjk commented 7 years ago

@csekel This PR is now good to go; I have fixed the issue with the createChroot script in c964eca. However, I have posted an issue on the PureDarwin Telegram chat about macOS High Sierra not permitting xcodebuild to run inside a chroot for whatever reason. Until that is fixed, darwinbuild on High Sierra is not very useful. Merge at your pleasure.

wjk commented 7 years ago

Note: With commit 745fd7b I have fixed the issue wherein xcodebuild refuses to run inside a chroot.