How to stop huge Prefix.pch.gch file from being copied into application bundle

前端 未结 5 417
醉梦人生
醉梦人生 2021-01-19 10:30

For some reason, XCode has decided to start copying a huge Prefix.pch.gch file into my application\'s resources folder when building. This file is not in the Copy Bundle Re

5条回答
  •  鱼传尺愫
    2021-01-19 10:53

    You could try doing "Show Package Contents" on your xcode project file in the finder, then opening the project.pbxproj file in a text editor (not xcode).

    If you search for ".pch" and/or ".gch", you might spot something.

提交回复
热议问题