如何添加一个目标(基础工具)来复制 Xcode 中另一个目标的捆绑资源

发布于 2024-08-25 01:32:13 字数 167 浏览 5 评论 0原文

大家好,

我在 Xcode 的一个项目中有两个目标。一个是我在另一个目标的资源 Bin 中需要的基础工具,它是一个捆绑应用程序。 我无法将目标添加到捆绑应用程序的复制捆绑资源构建阶段。 我是否需要使用复制文件构建阶段并将文件从构建/发布文件夹放入其中?

谢谢你,

迈克尔

Hy everybody,

I have two targets in one Project in Xcode. One is a foundation tool which I need in the resources Bin of the other Target, which is a Bundle App.
I am not able to add the Target one into the Copy Bundle Resources Build Phase of the Bundle App.
Do I need to use a Copy Files Build phase and put the File out of the build/Release Folder into it?

Thank you,

Michael

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧情别恋 2024-09-01 01:32:13

您的项目中应该有一个“Products”文件夹,其中包含目标将构建的所有内容。您需要将工具的产品参考(位于该文件夹中)添加到复制阶段,而不是目标本身。

There should be a "Products" folder in your project, containing everything that would be built by your targets. You need to add the product reference for your tool (which will be in that folder) to the copy phase, not the target itself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文