XCode 11 MacOS 10.14 XCode,
xcode-select --install
xcodebuild -license accept
, Xcode macOS 10.15 SDK, ruby2.6, macOS 10.14 ruby2.3. , ,
ruby -rrbconfig -e 'puts RbConfig::CONFIG["rubyhdrdir"]'
macOS 10.14 Xcode 11
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0
/Library/Developer/CommandLineTools/SDKs
macOS 10.14 SDK. , , . , SDKROOT
, ruby2.3:
SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/
export SDKROOT
ruby -rrbconfig -e 'puts RbConfig::CONFIG["rubyhdrdir"]'
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk//System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0
, gem install
, SDKROOT
.