Xcode 4 嵌入资源预防

发布于 2024-12-04 23:34:55 字数 108 浏览 1 评论 0原文

在XCode4中,有没有办法拥有一个用于项目目的的“资源”(即用于加载sqlite数据库的CSV),但不将其编译到我的项目中?所以我的最终应用程序不包含它?我似乎看不到有这个设施。

谢谢

In XCode4, is there a way to have a 'resource' (i.e. a CSV used to load a sqlite database) that is there for project purposes, but not have it compiled into my project? So my final app doesn't include it? I can't seem to see to to have this facility.

Thanks

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

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

发布评论

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

评论(1

请爱~陌生人 2024-12-11 23:34:55

假设您不希望该文件进入您的 .app 文件,我能想到的一种解决方案是,在将文件添加到项目时不包括“目标”。如果您想排除已添加的文件,则

  1. 选择目标
  2. 转到构建阶段
  3. 展开复制捆绑资源
  4. 选择您的资源文件并将其删除。

Assuming you do not want the file get into your .app file, One solution i can think of is, do not include 'Target' when adding the file to the project. If you want to exclude your already added file then

  1. Choose the target
  2. Go to Build phases
  3. Expand copy bundle resources
  4. Select your resource file and remove it.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文