Command failed due to signal: Abort trap: 6

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

    I resolved this problem with these steps:

    1. ran 'pod deintegrate'

    2. Makesure podfile like this: platform :ios, '8.0' use_frameworks!

    3. ran 'pod install'

提交回复
热议问题