【IOS】SDK does not contain ‘libarclite‘ at the path...

这篇具有很好参考价值的文章主要介绍了【IOS】SDK does not contain ‘libarclite‘ at the path...。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题

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

很明显就是没有在指定的目录下找到对应的文件,实际进入到相关路径中,只能来到/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib下,lib文件夹下是没有arc文件夹的,更别说没有对应的libarclite_iphoneos.a文件了

解决方法

1.创建文件夹

新建文件夹arc

2.下载文件

下载地址:https://github.com/kamyarelyasi/Libarclite-Files
下载仓库中的libarclite_iphoneos.a文件

如果访问github不顺畅可以用gitee代替
下载地址:https://gitee.com/TikBai_admin/Libarclite-Files

3.放入arc文件夹下

将下载下来的libarclite_iphoneos.a放入arc文件夹下即可重新编译通过

完成!文章来源地址https://www.toymoban.com/news/detail-828883.html

到了这里,关于【IOS】SDK does not contain ‘libarclite‘ at the path...的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包赞助服务器费用

相关文章

  • xcode SDK does not contain ‘libarclite‘

    xcode SDK does not contain ‘libarclite‘

    解决方法 iOS13以上

    2024年02月03日
    浏览(11)
  • 关于更新xcode后,项目的报错Showing Recent Issues SDK does not contain libarclite_iphonesimulator.a

    笔者最近在update Mac OSX 系统以后Xcode运行项目的时候出现not contain …/libarclite_iphonesimulator.a 的报错。简而言之就是对应的运行目录下缺省了对应静态库。那么接下来就简单了从网络上找回这个库或者从你的好友让他发给你就完事了。 那么这里记录一下解决问题的步骤 打开fi

    2024年02月04日
    浏览(28)
  • 【Unity iOS打包】The bundle at ‘***.app/Frameworks/UnityFramework.framework‘ contains disallowed file ··

    【Unity iOS打包】The bundle at ‘***.app/Frameworks/UnityFramework.framework‘ contains disallowed file ··

    Unity导出XCode工程,打包上传AppleStoreConnect, Invalid Bundle. The bundle at \\\'AnimalsBAMBAM.app/Frameworks/UnityFramework.framework\\\' contains disallowed file \\\'Frameworks\\\'. (ID: 460dd08b-9828-4396-9d48-ca37cc7d1af5) 1. \\\"Always Embed Swift Standard Libraries\\\"设置为No: 2. 删除***.xcarchive(显示包内容)/Products/Applications/***.app(显示包

    2024年04月16日
    浏览(10)
  • CMake Error: The source directory “XXX“ does not appear to contain CMakeLists.txt

    CMake Error: The source directory “XXX“ does not appear to contain CMakeLists.txt

    正常CMakeLists.txt文件是在项目根目录下,而我们在项目的build文件夹中进行cmake,导致找不到文件,解决方法,命令行后加两个点表示上级目录,关键就是这两个点:

    2024年02月04日
    浏览(11)
  • iOS pod repo push 报错 ld: file not found: libarclite_iphoneos.a 问题解决方案

    iOS pod repo push 报错 ld: file not found: libarclite_iphoneos.a 问题解决方案

    Xcode 升级 14.3 之后,在Xcode 运行项目会收到以下错误 File not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a 项目中可以通过以下方法解决编译错误,就是在 Podfile 中,设置 IPHONEOS_DEPLOYMENT_TARGET ,代码如下: 但是因为项目中有一

    2024年02月06日
    浏览(19)
  • cannot be resolved to absolute file path because it does not reside in the file system 问题解决

    cannot be resolved to absolute file path because it does not reside in the file system 问题解决

    在Springboot中利用Resource来获取文件并在前端返回该文件, 本地测试正常, 打包到远程报错: cannot be resolved to absolute file path because it does not reside in the file system 紧接上一个问题: 项目打包成 jar 后包无法读取src/main/resources下文件, 在Springboot打包之后, 无法读取到jar包内的文件, 因此

    2023年04月18日
    浏览(14)
  • ios xcode 14.3: rsync error: some files could not be transferred (code 23) at

    ios xcode 14.3: rsync error: some files could not be transferred (code 23) at

    rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/97f6331a-ba75-11ed-a4bc-863efbbaf80d/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9] Command PhaseScriptExecution failed with a nonzero exit code 将Pods-项目名-frameworks.sh中的source=“ ( r e a d l i n k \\\" (readlink \\\" ( re a d l

    2024年02月10日
    浏览(15)
  • 解决 Could not install from “***“ as it does not contain a package.json 报错

    解决 Could not install from “***“ as it does not contain a package.json 报错

    在平时安装/下载依赖时候 控制栏出现如下报错时 解释:无法从“Filesnodejsnode_cache_npx14536”安装,因为它不包含package.json文件。 原因分析: 可能是我们的路径不存在/不合理 解决方法: 执行: npm config get cache 查看到我们的node路径为 D:Program Filesnodejsnode_cache 很明显看到Program

    2023年04月17日
    浏览(11)
  • git bash 报错:error: key does not contain a section: –global

    今天在使用 git config –global -l 命令查看git全局配置的时候报错 error: key does not contain a section: –global 经过排查后发现可能是自己在什么时候无意中修改了git的config文件 在git bash中 输入命令 回车 进入config文件编辑页面,就是linux的vi编辑器修改文件,按 i 进入编辑模式,贴入以

    2024年02月14日
    浏览(24)
  • The Node.js path can contain only letters,digits,periods (.),underscores...

    The Node.js path can contain only letters,digits,periods(.),underscores(_), hyphens (-), colon (:) and backslash(); 解决办法: DevEco Studio设置Nodejs提示路径只能包含英文、数字、下划线等-CSDN博客 补充: 文件路径:C:Users***AppDataRoamingHuaweiDevEcoStudio3.1optionsother.xml 也可以在DevEco Studio中,选择路径

    2024年02月04日
    浏览(14)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包