gpt4 book ai didi

ios - 无法创建 ReaderDocument Vfr-Reader

转载 作者:行者123 更新时间:2023-11-29 04:12:02 24 4
gpt4 key购买 nike

我搜索了很多,但无法使用 vfr-reader 从文档文件夹中打开 PDF。

NSString *filePath = @"/Users/***/Library/Application Support/iPhone Simulator/5.0/Applications/F2B7E9DE-9996-4F05-BC81-2A2889B4F504/Documents/Number1.pdf";
ReaderDocument *document = [ReaderDocument withDocumentFilePath:filePath password:password];

if (document != nil)
{// document comes nil here

ReaderViewController *readerViewController = [[ReaderViewController alloc] initWithReaderDocument:document];
readerViewController.delegate = self; // Set the ReaderViewController delegate to self
[self.navigationController pushViewController:readerViewController animated:YES];

}

我确信文件路径就是 pdf 文件。

在阅读器的示例代码中,它从主包中打开 pdf。但我需要从资源文件夹中打开。

谢谢

最佳答案

我面临着同样的问题,也许你也有同样的问题。

如果您不使用 ARC,只需将 -fobjc-arc 写入构建面中的每个 pdf 阅读器文件即可。这将解决您的问题。

关于ios - 无法创建 ReaderDocument Vfr-Reader,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14263953/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com