当前位置:首页 > 编程笔记 > 正文
已解决

iOS 17 Simulator Failed with HTTP status 400:bad request

来自网友在路上 170870提问 提问时间:2023-09-20 14:56:30阅读次数: 70

最佳答案 问答题库708位专家为你答疑解惑

升级 xcode 15 要 ios17 的 sdk 才能运行,但是更新这个 sdk 400 错误了

解决方案:

直接去官网下载开发者后台下载dmg文件,使用命令行快速安装即可

https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes

 

xcode-select -s /Applications/Xcode-beta.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add "~/Downloads/watchOS 9 beta Simulator Runtime.dmg"

查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"iOS 17 Simulator Failed with HTTP status 400:bad request":http://eshow365.cn/6-10038-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!