【发布时间】:2021-05-27 13:47:42
【问题描述】:
继承并尝试更新 Nativescript 项目。看起来我之前的开发人员正在访问 iOS 本机 PDFKit 以处理 PDF,但输入时出现错误“找不到名称‘PDFDocument’”
所有发生的事情是在我的 .ts 文件中声明了一个变量:
private _document: PDFDocument;
有什么需要进口的吗?有什么我遗漏的吗?
【问题讨论】:
标签: nativescript angular2-nativescript nativescript-angular