标签:
不能够自动的选择Xcode工作目录.指定一个你的Podfile就像:workspace ‘path/to/Workspace.xcworkspace
错误截图:
解决办法:首先查看Podfile文件中的信息是否填写正确
Could not automatically select an Xcode workspace. Specify one in your Podfile like so: workspace 'path/to/Workspace.xcworkspace'
原文地址:http://www.cnblogs.com/LetterV/p/5754236.html