iPhone开发--Xcode15下载iOS 17.0.1 Simulator Runtime失败解决方案

爆句粗口,升级后公司网络下载iOS 17.0.1 Simulator Runtime一直出错,每次出错后都得重新开始下载,oh,f**k。上一次在在家里的网络升级成功。

解决办法一:

进入网址:https://developer.apple.com/download/all/

之后找到iOS 17.0.1 Simulator Runtime,点击下载,这个通过浏览器下载。

之后在命令行运行下面的代码

bash 复制代码
xcode-select -s /Applications/Xcode.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add "~/Downloads/iOS 17.0.1 Simulator Runtime.dmg"

解决办法二:

在命令行下,输入如下命令:

bash 复制代码
xcodebuild -downloadPlatform iOS

虽然也会出错,但是比图形界面好一些。重新下载方面一些,只需要敲个回车。

参考:

https://blog.csdn.net/qq_38094466/article/details/133132353

相关推荐
游戏开发爱好者815 小时前
苹果iOS26系统升级:液态玻璃与智能功能全解析
macos·ios·小程序·uni-app·objective-c·cocoa·iphone
心随雨下16 小时前
Flutter中新手需要掌握的几种Widget
android·flutter·ios
2501_9159184121 小时前
iOS 26 App 性能测试|性能评测|iOS 26 性能对比:实战策略
android·macos·ios·小程序·uni-app·cocoa·iphone
namehu1 天前
React Native 应用性能分析与优化不完全指南
android·react native·ios
游戏开发爱好者82 天前
BShare HTTPS 集成与排查实战,从 SDK 接入到 iOS 真机调试(bshare https、签名、回调、抓包)
android·ios·小程序·https·uni-app·iphone·webview
2501_916008892 天前
iOS 26 系统流畅度实战指南|流畅体验检测|滑动顺畅对比
android·macos·ios·小程序·uni-app·cocoa·iphone
Digitally2 天前
如何处理旧 iPhone:安全地回收或重新利用
安全·ios·iphone
岁月向前2 天前
iOS蓝牙常见问题
ios
一大树2 天前
H5在不同操作系统与浏览器中的兼容性挑战及全面解决方案
前端·ios