Xcode 4 嵌入资源预防
在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您不希望该文件进入您的 .app 文件,我能想到的一种解决方案是,在将文件添加到项目时不包括“目标”。如果您想排除已添加的文件,则
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