xcode9无法使用cocoa pod生成.xcworkspace文件

时间:2017-10-01 09:39:28

标签: ios cocoapods xcode9

使用xcode9我正在尝试安装一些带有cocoapods的库,但在运行pod install .xcworkspace 文件后没有生成,我也尝试更新cocoapods,但是更新pod后, .xcworkspace 文件也无法生成。

enter image description here

1 个答案:

答案 0 :(得分:2)

如果我使用Xcode 9版本Cocoapods

执行这些步骤,则使用1.1+可以正常使用我
  • 创建新的Xcode项目(假设名称为Cocoapods)。
  • 关注Xcode项目位置,pod init它将创建Podfile
  • 使用Podfile添加库名称和open -e Podfile
  • 打开pod install

enter image description here

但是在你的情况下Podfile.lock丢失了。我想您应该再次运行pod deintegratepod install,如果仍然存在问题,那么您需要更改Cocoapods版本。