我不小心安装了 macOS Ventura Beta,它不支持 Xcode 13。
我想将 macOS Monterey 安装在单独的卷上。所以我可以使用旧的 Xcode 13 而不是 Xcode 14 Beta。
我下载了安装 macOS Monterey.app。
使用“磁盘工具”,我创建了一个名为“MacOS2022”的卷。
然后在终端中,我尝试创建一个可启动的安装程序,如下所示:
sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MacOS2022
Run Code Online (Sandbox Code Playgroud)
但它给出了一个错误:“ APFS 磁盘可能无法用作可启动安装介质。”
Ready to start.
To continue we need to erase the volume at /Volumes/MacOS2022.
If you wish to continue type (Y) then press return: Y
APFS disks may not be used as bootable install media.
An error occurred erasing the disk.
Run Code Online (Sandbox Code Playgroud)
这是输出diskutil list:
/dev/disk0 (internal, physical):
#: TYPE …Run Code Online (Sandbox Code Playgroud)