Command failed due to signal: Abort trap: 6

前端 未结 30 2557
暖寄归人
暖寄归人 2020-12-01 08:56

Since Xcode 7 and Swift 2.0, I get the error above, like in the screenshot shown here:

\"screenshot

30条回答
  •  自闭症患者
    2020-12-01 09:28

    I was having this same problem and I found the problem was that I had changed the build system to "New Build System" after reading an article on "how to speed up your builds" (This is the article btw here)

    So to go back to the standard build system:

    1. To enable the new build system, go to File → Project Settings (or Workspace Settings).
    2. Change Build System to Standard Build System.

    Hope it helps someone and don't waste hours trying to find out why this was not working!

提交回复
热议问题