Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目中有一些 plist,我已将它们添加到目标和“复制捆绑资源”中。
由于某种原因,它们不会被复制到应用程序包中。我在模拟器中查看了应用程序的包内容,除了 plist 文件之外的所有内容都被复制了。
(它们不在子目录中;它们直接在资源组中)
我试过清理,重新安装..
这是为什么?
原来在我的项目构建规则中有一些空脚本阻止 plist 文件被复制!
通过以下方式检查文件是否已复制到捆绑资源中:
1/ 在 Xcode 中单击您的项目名称,
2/ 转到您的目标名称,
3/ 构建阶段,
4/ 在“复制捆绑资源”中,检查您的 plist 是否已添加。
如果没有,请使用“+”按钮添加它。