使用cocoapods-1.0.1下载时,Coreplot会抛出错误

时间:2016-09-13 13:53:54

标签: ios swift cocoapods core-plot podfile

我正在尝试使用Cocoapods 1.0.1下载coreplot并且它不断抛出错误'CorePlot/CorePlot-CocoaTouch.h' file not found我尝试了在网络上提供的各种解决方案,但没有任何对我有用。帮我解决这个问题。

以下是我的podfile代码

的示例
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'

xcodeproj 'Sample'

pod 'CorePlot', :git => 'https://github.com/core-plot/core-plot.git', :branch => 'release-2.0'
pod 'Google/Analytics'


target 'SampleKIFTests', :exclusive => true do
  pod 'KIF', '~> 3.3.0'
  pod 'KIF/IdentifierTests', '~> 3.3.0'
end

1 个答案:

答案 0 :(得分:0)

在构建为静态库时,使用此行包含标题:

:visited

或构建框架时的这个:

#import "CorePlot-CocoaTouch.h"