XCode: “Generating dSYM file” step is repeated on every application run

前端 未结 2 1260
隐瞒了意图╮
隐瞒了意图╮ 2020-12-28 15:13

The step is repeated when I stop the application and hit run again, even if no code or other changes have been done to the project. This is frustrating as I\'m working on a

2条回答
  •  攒了一身酷
    2020-12-28 15:38

    In your project's Build Settings, under Build Options there's the Debug Information Format fields for debug and release - change the appropriate one from 'DWARF with dSYM file' to just 'DWARF'. This should cut your build times down, however it is removing the file that contains debug symbol information about the build.

提交回复
热议问题