美文网首页Swift Error
error: The sandbox is not in syn

error: The sandbox is not in syn

作者: NoExcuse | 来源:发表于2015-10-21 18:01 被阅读202次

Podfile文件被修改,添加了新的库,或是修改了库的版本号。Xcode报错:error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
--------------
cd 工程目录下
pod update (这里看你更新的库是否需要翻墙,一般这里会更新时间比较久)
Update all pods
Updating local specs repositories(在这里停留时间比较久)

相关文章

网友评论

    本文标题:error: The sandbox is not in syn

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