当前位置: 首页 > article >正文

ios开发错误积累

1.xcode 下载模拟器报错 Could not download iOS

报错:

解决:

1、去官网下载自己需要 地址(https://developer.apple.com/download/all)
2、下载完成后,执行以下命令添加:xcrun simctl runtime add /路径/iOS_17.4_Simulator_Runtime.dmg(这个是自己下载的文件的地址)
3、等待添加完毕

2.iOS Xcode 升级Xcode15报错: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Con...

iOS Xcode 升级Xcode15报错: 缺少文件libarclite

仔细查看报错代码:

SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target

这个路径: 缺少文件, 那么进入这个路径进行查看

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/
lib/

报错的情况下没有arc文件夹,也没有libarclite_iphonesimulator.a文件,
1、新建arc文件夹
2、下载:https://github.com/kamyarelyasi/Libarclite-Files中的文件

这个链接下的内容如下:

若是模拟器下载文件:libarclite_iphonesimulator.a

若是真机下载文件:libarclite_iphoneos.a
3、将下载下来的文件粘贴到/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc下

4.重新运行后将修复这个问题

  


http://www.kler.cn/a/272309.html

相关文章:

  • 2025寒假备战蓝桥杯01---朴素二分查找的学习
  • SuperdEye:一款基于纯Go实现的间接系统调用执行工具
  • MongoDB vs Redis:相似与区别
  • 【系统分享01】Python+Vue电影推荐系统
  • 医院挂号就诊系统设计与实现(代码+数据库+LW)
  • C++,设计模式,【目录篇】
  • Linux中mysql的安装、远程访问、基础操作、文件导入
  • 蓝桥杯单片机快速开发笔记——矩阵键盘
  • word直播全部知识点
  • GPT-1, GPT-2, GPT-3, InstructGPT / ChatGPT and GPT-4 总结
  • NPM 仓库的超集 JSR 来了!
  • R语言深度学习-6-模型优化与调试
  • Vue项目的搭建
  • 网络安全主题
  • Mysql主从之keepalive+MySQL高可用
  • Input/Output模型
  • 银行信息系统应用架构导论-引用
  • 【C语言基础篇】字符串函数strlen的介绍及模拟实现
  • Word2vec 学习笔记
  • mac安全干净卸载Anaconda3
  • 安装使用sqlite
  • ChatGPT编程实现简易聊天工具
  • What Can ChatGPT Tell Us About the Evolution of Artificial Intelligence?
  • ​使用PotPlayer播放器查看软解和硬解4K高清视频时的CPU及GPU占用情况​
  • LabVIEW电液伺服作动器
  • 【C++ 08】vector 顺序表的常见基本操作