美文网首页
cocospods 问题

cocospods 问题

作者: 王强iOS | 来源:发表于2016-08-08 15:24 被阅读36次

 [!] Could not automatically select an Xcode workspace. Specify one in your Podfile like so:

workspace 'path/to/Workspace.xcworkspace'

在你的podfile  添加 以下内容 试一下    顺序不要改  就复制粘贴 过去 就行      把" "里面的你的项目名称  改成你自己的项目名称

target "你的项目名称" do

platform:ios,'7.0'

end、

相关文章

网友评论

      本文标题:cocospods 问题

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