我添加到 XCode 4 中的项目/应用程序的自定义 .bundle 文件在哪里?
我在应用程序中添加了一个新目标并选择了“Bundle”。我将其命名为 myBundle 我将一些资源文件复制到该包中。我清除了构建并再次重建了应用程序。 .app 文件位于Products 文件夹中。但我在那里没有看到 myBundle.bundle 文件。
有人看到它吗?
:)
I added a new Target in my app and selected Bundle. I named it myBundle I copied some resource files to the bundle. I cleared the build and again rebuild the app. The .app file is available in the Products folder. But I don't see the myBundle.bundle file there..
Did anybody see it?
:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保该捆绑包已分配给您的目标。您可以获取有关 budle 的信息并检查目标是否已选中(对于相关目标),如果没有,则它将不会包含在构建中。
Make sure the bundle is assigned to your target. You can Get Info on the budle and check the target is checked (for the relevant target), if it isn't then it won't be included in the build.