tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkgsrc on High Sierra
It seems that pkgsrc on High Sierra won't work until Xcode is updated.
This works:
/usr/bin/xcrun --sdk macosx10.12 --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
but this does not:
/usr/bin/xcrun --sdk macosx10.13 --show-sdk-path
xcodebuild: error: SDK "macosx10.13" cannot be located.
xcodebuild: error: SDK "macosx10.13" cannot be located.
xcrun: error: unable to lookup item 'Path' in SDK 'macosx10.13'
Would anyone mind if I updated mk/platform/Darwin.mk to set
OSX_VERSION:=10.12 for High Sierra until Xcode gets updated?
John
Home |
Main Index |
Thread Index |
Old Index