我正在尝试使用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
答案 0 :(得分:0)
在构建为静态库时,使用此行包含标题:
:visited
或构建框架时的这个:
#import "CorePlot-CocoaTouch.h"