【发布时间】:2015-01-04 18:34:14
【问题描述】:
今天我在CPTAnimationPlotRangePeriod.m 中开始出现 2 个错误:
我试图清理项目,但它没有做任何事情。
当我尝试安装它时它开始了:https://github.com/devxoul/JLToast。我已按照所有说明进行操作:
-
gem install cocoapods --pre - 将此添加到我的 Podfile:
pod 'JLToast' - 做
pod install
这就是我的 Podfile 的样子:
# Uncomment this line to define a global platform for your project
# platform :ios, '7.0'
target '[Project name]' do
pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git', :branch => 'release-2.0'
pod 'JLToast'
end
【问题讨论】:
-
如果错误出现在 Objective-C 代码中,为什么会用 [swift] 标记?
标签: objective-c core-plot cocoapods