xcode - pod install 出现错误-LMLPHP

xcode 10 上pod install 出现错误

error: /Users/apple/Desktop/VenusClient/Pods/Pods/Target Support Files/Pods-VenusMaster/Pods-VenusMaster.debug.xcconfig: unable to open file (in target "VenusMaster" in project "VenusMaster") (in target 'VenusMaster')

此时 终端已经给你提示了,升级新版本 把, 现在的版本 可能(一定)不兼容  = =

xcode - pod install 出现错误-LMLPHP

  

解决 办法1: 升级pod 版本

目前 pod --version 是1.5.3

终端输入   sudo gem install cocoapods --pre

升级之后是 1.6.0.beta.2     在xcode10的新环境下完美解决

解决 办法2:不想升级pod 测试版,就是想用稳定版

那就 只能选择旧的环境, 然后pod install

xcode - pod install 出现错误-LMLPHP

xcode - pod install 出现错误-LMLPHP

05-11 03:30