标签: ios cocoapods xcode9
使用xcode9我正在尝试安装一些带有cocoapods的库,但在运行pod install .xcworkspace 文件后没有生成,我也尝试更新cocoapods,但是更新pod后, .xcworkspace 文件也无法生成。
xcode9
pod install
答案 0 :(得分:2)
如果我使用Xcode 9版本Cocoapods
Xcode 9
Cocoapods
1.1+
Xcode
pod init
Podfile
open -e Podfile
但是在你的情况下Podfile.lock丢失了。我想您应该再次运行pod deintegrate和pod install,如果仍然存在问题,那么您需要更改Cocoapods版本。
Podfile.lock
pod deintegrate