如何添加一个目标(基础工具)来复制 Xcode 中另一个目标的捆绑资源
大家好,
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的项目中应该有一个“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.