passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.
Apache License 2.0
143 stars 68 forks source link

Trouble with $SDKVERSION in recent Xcode versions #15

Closed keeshux closed 4 years ago

keeshux commented 4 years ago

Scripts have trouble finding sysroot due to the following:

$ xcrun -sdk macosx --show-sdk-version
10.15.4
$ xcrun -sdk macosx --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk

That is, SDK version not being 1:1 with the SDK path.