我正在尝试将PSPDFKit for iOS 集成到我的项目中,但我还没有成功。下载Demo版后,将框架添加到我的项目中,添加所有需要的库并放置
#import <PSPDFKit/PSPDFKit.h>
在“前缀”文件上,出现链接器错误:
ld: section __objc_const (address=0x00613EA8, size=4651232504) would make the output executable exceed available address range for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
注意:我的项目使用PSTCollectionView,并且我已经在一个测试项目(仅为该效果创建)上成功编译了 PSPDFKit。
我真的很感激任何帮助。提前致谢。