Command failed due to signal: Abort trap: 6

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

    For me it was MD5.swift issue

    What you have to do is search in your project for file name "MD5.swift" even in the pods

    and replace all the content with this file here

    https://github.com/onmyway133/SwiftHash/blob/master/Sources/MD5.swift

提交回复
热议问题