tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.81k stars 320 forks source link

Defaulting to installed XCode SDK #325

Closed pgatt closed 2 years ago

pgatt commented 2 years ago

I'm running ./tools/gen_sdk_package.sh Xcode_12.4.xip but it's defaulting (or at least I think it is) to the XCode I have installed (13.2.1) and thus trying to package MacOSX12.1 instead of using the .xip provided.

Any advice?

tpoechtrager commented 2 years ago

Mount the xip. Then use XCODEDIR=<path> ./tools/gen_sdk_package.sh

pgatt commented 2 years ago

Thanks!