美文网首页
The sandbox is not in sync with

The sandbox is not in sync with

作者: DSA碼侬 | 来源:发表于2021-12-22 12:01 被阅读0次

    在Flutter项目中,运行iOS设备运行项目的时候,报错如下所示:

    The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install
    

    执行:

    pod install
    

    依然报错:

    Could not find 'ffi' (>= x.x.0) among xxx total gem(s) (Gem::MissingSpecError)
    

    网上找的方法均无解,最后,执行

    sudo gem install cocoapods
    
    1.png

    ok!
    参考官网:https://guides.cocoapods.org/using/getting-started.html#installation

    相关文章

      网友评论

          本文标题:The sandbox is not in sync with

          本文链接:https://www.haomeiwen.com/subject/ngjqqrtx.html