在安装cocoapods之后,它总是显示类似于现有代码的likner命令。我删除了派生数据并清理了project.can,有人能帮我吗?我使用的是swift 3.2。
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'DemoApp' do
# Pods for DemoApp
pod 'CorePlot'
end发布于 2018-03-31 07:01:26
如果您使用的是Xcode9,则需要使用Core Plot的release-2.3分支。
pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git', :branch => 'release-2.3'https://stackoverflow.com/questions/49574419
复制相似问题