Xcode 8 cocoapods abort trap: 6

前端 未结 17 650
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 12:01
localhost:PodTest3 haiwang$ pod install
Analyzing dependencies
Downloading dependencies
Installing MBProgressHUD (0.9.2)
Installing Masonry (1.0.2)
Generating Pods p         


        
17条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 12:29

    I made it work using Cocoapods 1.1.1 with Xcode 8.1 on macOS 10.12.1 (the one with TouchBar support) by removing generated workspace, running pod deintegrate and running pod install again.

提交回复
热议问题