开发者

One file recompiling on every build

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜