We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Artix Linux (basically just Arch without systemd) XCode Command Line Tools: version 14.2
systemd
14.2
I did a fresh git clone of both the cctools and osxcross repos today. When I run:
git clone
./tools/gen_sdk_package_tools_dmg.sh Command_Line_Tools_for_Xcode_14.2.dmg
It works fine until this error:
Unpacking ~/Downloads/src/osxcross/Command_Line_Tools_for_Xcode_14.2.dmg ... /home/pingveno/Downloads/src/osxcross/target/SDK/tools/bin/7z e -so "~/Downloads/src/osxcross/Command_Line_Tools_for_Xcode_14.2.dmg" "Command Line Developer Tools/Command Line Tools*.pkg" > "Command Line Tools.pkg" 7-Zip [64] 9.38 beta Copyright (c) 1999-2014 Igor Pavlov 2015-01-03 p7zip Version 9.38.1 (locale=C,Utf16=off,HugeFiles=on,8 CPUs) Command Line Error: Cannot find archive ~ Removing /home/MY_USERNAME/Downloads/src/osxcross/build/tmp_4428 ...
I made sure I had all the dependencies needed beforehand. And the .dmg file does exist.
.dmg
The text was updated successfully, but these errors were encountered:
Just give it the full path and that should fix the problem
Sorry, something went wrong.
No branches or pull requests
OS: Artix Linux (basically just Arch without
systemd
)XCode Command Line Tools: version
14.2
I did a fresh
git clone
of both the cctools and osxcross repos today. When I run:It works fine until this error:
Unpacking ~/Downloads/src/osxcross/Command_Line_Tools_for_Xcode_14.2.dmg ... /home/pingveno/Downloads/src/osxcross/target/SDK/tools/bin/7z e -so "~/Downloads/src/osxcross/Command_Line_Tools_for_Xcode_14.2.dmg" "Command Line Developer Tools/Command Line Tools*.pkg" > "Command Line Tools.pkg" 7-Zip [64] 9.38 beta Copyright (c) 1999-2014 Igor Pavlov 2015-01-03 p7zip Version 9.38.1 (locale=C,Utf16=off,HugeFiles=on,8 CPUs) Command Line Error: Cannot find archive ~ Removing /home/MY_USERNAME/Downloads/src/osxcross/build/tmp_4428 ...
I made sure I had all the dependencies needed beforehand. And the
.dmg
file does exist.The text was updated successfully, but these errors were encountered: