passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble with $SDKVERSION in recent Xcode versions

keeshux opened this issue · comments

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.