iOS 17 Simulator Failed with HTTP status 400:bad request

升级 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"

猜你喜欢

转载自blog.csdn.net/IT_Scratch/article/details/133070827