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

gen_sdk_package_tools_dmg.sh non-zero exit code: 1 with Xcode 14 #352

Open TobiasDeBruijn opened 2 years ago

TobiasDeBruijn commented 2 years ago

Hi,

When trying to extract the SDK from Xcode command line tools for Xcode 14 beta-2 I get the following:

The command '/bin/sh -c ./tools/gen_sdk_package_tools_dmg.sh /tmp/xcode/xcode14-command-line-tools.dmg' returned a non-zero code: 1

Nothing in the output (running with OXDEBUG=1) points to any error of any kind

Note that Xcode 13.3.1 does work.

Mivik commented 1 year ago

Same