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

相关推荐
壹方秘境1 天前
我用Go语言开发了一个跨平台的HTTPS抓包和调试工具
前端·后端·ios
初级代码游戏6 天前
easy Photo Clean公测版:快速清理iPhone照片 邀请公测
ios·iphone
库奇噜啦呼6 天前
【iOS】RunLoop学习
学习·ios
黑科技iOS上架6 天前
iOS应用周末提交什么情况算卡审
经验分享·ios
zzb15806 天前
ios基础-MVC-UIView
ios·mvc·cocoa
kingbal6 天前
Flutter:Flutter SDK版本管理工具FVM
android·flutter·ios·android-studio·window
他们都不看好你,偏偏你最不争气7 天前
【iOS】Runtime - Part 2 && 消息发送:缓存、查找与转发
macos·ios·objective-c·cocoa
2501_915918417 天前
iOS App性能测试工具的实现方法与优化循环指南
android·ios·小程序·https·uni-app·iphone·webview
他们都不看好你,偏偏你最不争气7 天前
【iOS】Runtime - Part 1 && 对象与类的本质
macos·ios·objective-c·cocoa