美文网首页iOS必看技术贴
xcode 15 Simulator_runtime 安装

xcode 15 Simulator_runtime 安装

作者: 半夏半暖半倾城灬 | 来源:发表于2023-12-07 17:18 被阅读0次

    1.去开发者官网下载安装包 https://developer.apple.com/download/all/

    2.打开终端通过命令添加到xcode

    命令如下:

    sudo xcode-select -s /Applications/Xcode.app

    xcodebuild -runFirstLaunch 

    xcrun simctl runtime add "~/Downloads/*OS_***_Simulator_Runtime.dmg"

    3.打开xcode右上角菜单里的setttings-Platforms,可看到新装的模拟器

    相关文章

      网友评论

        本文标题:xcode 15 Simulator_runtime 安装

        本文链接:https://www.haomeiwen.com/subject/etasgdtx.html