开发者

One file recompiling on every build

开发者 https://www.devze.com 2023-02-01 07:57 出处:网络
In my Xcode project there is one file which always recompiles no开发者_JAVA技巧 matter what other file I change. I have tried to look for cycles of included headers and failed.

In my Xcode project there is one file which always recompiles no开发者_JAVA技巧 matter what other file I change. I have tried to look for cycles of included headers and failed.

Is there a way to find out exactly what Xcode is trying to do?


Open the Build Results window (Build -> Build Results / Shift+Cmd+B) before building.

Xcode may be recompiling the Prefix Header each time you make a change. In the build target settings, you can tell it to precompile the Prefix Header.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号