Command failed due to signal: Abort trap: 6

前端 未结 30 2579
暖寄归人
暖寄归人 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:48

    In my case, renames several parameters of init methods which is a protocol fails the compilation. I solve it by do it one by one, compiles again after each change.

提交回复
热议问题