Xcode运行报错:SDK does not contain ‘libarclite‘ at the path

问题:

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

解决一

bash 复制代码
# Uncomment the next line to define a global platform for your project
 #platform :ios, '13.0'

target 'RilXXX617-iOS' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  pod 'SnapKit', '~> 5.0.0'
	...

  post_install do |installer|
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "11.0"
      end
    end
  end

end

解决二:

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

lib/文件夹,放入arc目录下~libarclite_iphoneos.a

下载路径:libarclite数据包

相关推荐
ricky_fan1 天前
(OpenAI)Codex 安装、部署使用方式
python·macos·conda·vim
音源部落1 天前
Cubase15 R2R/VR一键安装完整版本下载安装Nuendo 14最新版本下载安装支持Win/Mac 双系统版本加104G原厂音源Mac系统不关SIP安装编曲软件Cubase 15.0.10下载
macos·vr·cubase·cubase15·nuendo·nuendo14
2501_916007471 天前
在非 Xcode 环境下完成苹果开发编译的记录 iOS 编译与调试
ide·vscode·ios·cocoa·个人开发·xcode·敏捷流程
库奇噜啦呼1 天前
【iOS】Effective Objective-C第三章
ios·objective-c·cocoa
代码AI弗森1 天前
Mac 长时间处在高温运行会怎么样?
macos
心愿许得无限大1 天前
macOS下打开麦克风崩溃
macos
汤姆yu2 天前
Mac 上 2026 版 OpenClaw 安装与配置全流程
macos·openclasw安装
MonkeyKing_sunyuhua2 天前
K8S执行MAC打出的本地镜像错误:exec /usr/local/bin/uvicorn: exec format error
macos·容器·kubernetes
小路恢弘2 天前
xcode替换LLVM插件
ide·macos·xcode
ChengQianO2 天前
从 0 开始:Mac 下 UTM 虚拟机安装 ROS Noetic(Ubuntu 20.04)
linux·ubuntu·macos