' XCDYouTubeKit / XCDYouTubeKit.h'文件未找到

时间:2017-12-07 09:53:58

标签: ios xcode cocoapods

我正在尝试导入新的依赖项。之前我成功使用过XCDYouTubeKit,但现在我运行命令" pod install"我收到这个错误:

  

' XCDYouTubeKit / XCDYouTubeKit.h'找不到文件

这是我的podfile:

pod "XCDYouTubeKit", "~> 2.5.3"

platform :ios, '7.0'
pod 'CocoaLumberjack'

pod 'XCDLumberjackNSLogger', '~> 1.0.0'


target 'MyApp' do
    pod 'MBProgressHUD', '~> 1.0.0'
    pod 'QRCodeReaderViewController', '~> 4.0.2'
end

" pod install"的输出在终端上:

Analyzing dependencies
Downloading dependencies
Using CocoaLumberjack (2.2.0)
Using MBProgressHUD (1.0.0)
Using NSLogger (1.5.1)
Using QRCodeReaderViewController (4.0.2)
Using XCDLumberjackNSLogger (1.0.2)
Using XCDYouTubeKit (2.5.3)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 5 dependencies from the Podfile
and 6 total pods installed.

1 个答案:

答案 0 :(得分:0)

编辑方案中的

- 构建取消选中“Projectname”测试的分析并运行,然后确定。