美文网首页
iOS "The sandbox is not in

iOS "The sandbox is not in

作者: 陈水寒 | 来源:发表于2016-12-29 15:56 被阅读12次

解决方案:
关闭现在的工作空间,删掉以前的xcworkspace,然后重新pod install,install完后,重新打开项目,clean+build项目,运行

rm -rf MyProject.xcworkspace  
pod install 

此问题出现的原因是:从github上下载的应用使用了cocoapod,pod中的项目文件无法上传到github网站上,需要用户重新安装文件里用到的第三方库

相关文章

网友评论

      本文标题: iOS "The sandbox is not in

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