iPhone 应用程序构建副本.pch.gch
我正在将一个大 (12 mb) Prefix.pch.gch 文件复制到我的最终 iPhone 应用程序中。它不存在于项目中,仅显示在构建日志中。它大大增加了我本来很小的应用程序的大小。有什么建议可以阻止 xcode 复制它吗?有谁知道它是什么?我做了一些研究,它看起来像是预编译头的缓存文件,但我找不到任何关于为什么它是 12 mb 的信息。
I large (12 mb) Prefix.pch.gch file is being copied to my final iPhone application. It does not exist in the project and only shows up in the build log. It adds quite a bit to my otherwise small application size. Any suggestions for stopping xcode from copying it? Does anyone know what it is? I did a little research, and it looks like a cache file for a precompiled header, but I couldn't find anything as to why its 12 mb.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看我的答案此处了解可能的原因。如果是这样的话,应该很容易修复。
See my answer here for a possible cause. If that's it, it should be easy to fix.