何时检查“如有需要,复制项目";嵌入式二进制文件?

编程入门 行业动态 更新时间:2024-10-17 21:24:27
本文介绍了何时检查“如有需要,复制项目";嵌入式二进制文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

当我尝试将第三方框架(由carthage安装)放入嵌入式二进制文件时,我得到了这样的选择.我很困惑,因为嵌入式二进制文件是在构建项目时复制到应用程序包中的二进制文件",它已经是副本而不是链接,为什么我要副本?

When I tried to put a third-party framework(installed by carthage) in the embedded binaries, I got such an option. I got confused, since "Embedded binaries are binary files that are copied to your application bundle when you build the project", It is already a copy instead of a link, why do I want a copy of a copy?

推荐答案

如果需要复制项目"与构建应用程序无关.这意味着立即复制到项目文件夹中(如果尚未将其复制到项目文件夹中).我建议您总是说是,因为否则您的项目可能最终取决于项目文件夹中未包含的内容,因此您可能会意外丢弃或重命名这些内容,从而导致项目中断.

"Copy items if needed" has nothing to do with the building of your app. It means copied into the project folder, right now (if it isn't in the project folder already). I suggest you always say yes, because otherwise your project might end up depending upon stuff that isn't in the project folder, and which you might therefore throw away or rename by accident, thus causing your project to break.

更多推荐

何时检查“如有需要,复制项目";嵌入式二进制文件?

本文发布于:2023-11-26 02:44:34,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1632319.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如有   嵌入式   二进制文件   项目   quot

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!