How do you disable auto build in xcode

后端 未结 2 1115
温柔的废话
温柔的废话 2020-12-14 00:24

The latest Xcode builds while coding... It gets stuff wrong and slows my Mac down. How do I disable this and have it build on demand?

2条回答
  •  Happy的楠姐
    2020-12-14 00:53

    If you have any IB_DESIGNABLE in source files, the system's live tracker will check for issues in StoryBoard too. It may leads to unnecessary building.

    To disable it-

    Open Storyboard file. Editor -> Automatically Refresh Views (Uncheck)

    If you needs to Disable Live issue tracking

    XCode -> Preferences -> General -> Issues -> Uncheck Live Issues

提交回复
热议问题