没有这样的模块PDFReader

时间:2016-10-27 10:52:20

标签: pdf cocoapods

所以我尝试安装PDF阅读器。 https://cocoapods.org/pods/PDFReader在安装指南中,我按照说明进行操作

target 'thePDF' do
    pod 'PDFReader', '~> 2.1'
end
安装pod后

enter image description here

我尝试了很多只有pod 'PDFReader'的选项,或尝试使用其他版本,但仍然无法使用。

修改 我试试

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘8.0’
use_frameworks!
target ‘thePDF’ do
pod 'PDFReader', :git => 'https://github.com/Alua-Kinzhebayeva/iOS-  PDF-Reader.git'
end

并且它可以工作,但是在构建时,它会显示一些错误 enter image description here

0 个答案:

没有答案