Xcode 8 cocoapods abort trap: 6

前端 未结 17 652
佛祖请我去吃肉
佛祖请我去吃肉 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:15

    download xcode8-beta.

    localhost:Applications haiwang$ sudo xcode-select -switch /Applications/Xcode-beta.app/Contents/Developer
        localhost:Applications haiwang$ xcode-select -p /Applications/Xcode-beta.app/Contents/Developer
    
    Please close any current Xcode sessions and use `PodTest7.xcworkspace` for this project from now on.
    

    It is OK.

提交回复
热议问题