You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running ./build.sh, script exits out with error code 1 and error
mv: cannot stat '*OSX*13.0*sdk*': No such file or directory
exiting with abnormal exit code (1)
Tried to fix it manually (assuming the misterious *OSX*13.0*sdk* is (in my case) tarballs/MacOSX13.sdk.tar.xz), but couldn't. Building always exits at this point.
OS is Ubuntu 22.04.2 LTS running as WSL on Windows
The text was updated successfully, but these errors were encountered:
krnlexception
changed the title
mv: cannot stat error on extracting macOS SDK
"mv: cannot stat" error on extracting macOS SDK
Aug 3, 2023
Found the cause of problem: macOS 13.0 SDK tarball, and directory inside it are named "MacOSX13.sdk.tar.xz" by default. Renaming both of them to add missing decimal .0 (so 13.0 not 13) fixes this issue.
While running
./build.sh
, script exits out with error code 1 and errorTried to fix it manually (assuming the misterious
*OSX*13.0*sdk*
is (in my case)tarballs/MacOSX13.sdk.tar.xz
), but couldn't. Building always exits at this point.OS is Ubuntu 22.04.2 LTS running as WSL on Windows
The text was updated successfully, but these errors were encountered: