Xcode 10 GM multiple command produce… Pods issues

前端 未结 2 1985
后悔当初
后悔当初 2021-01-22 03:05

Just switched to xcode 10 Golden Master and start getting the error with one of my pods, FDTake. Tried this thread but I don\'t have a plist in my build phases, so it didn\'t wo

2条回答
  •  温柔的废话
    2021-01-22 03:37

    I had same problem with Xcode 10 GM. In my case Cocoapods not found. So, require to re-installed it.

    • To find if Cocoapods is installed or not run command on terminal. pod --version
    • if the result is Not Found Pods is not installed. So, run command on terminal $ sudo gem install cocoapods --source http://rubygems.org

    Hope it's helps to you...

提交回复
热议问题