我在我的 iPhone 应用程序中使用 FastPDFKit 来显示 PDF。当我在模拟器上运行项目时,它工作正常。但是,当我在 iPhone 上运行该项目时,它给了我以下错误。
duplicate symbol _value_map in:
/Users/alkandari/Desktop/iPhone Apps/MyTest002/MyTest002/FastPdfKit.embeddedframework/FastPdfKit.framework/FastPdfKit(FastPdfKit)
duplicate symbol _writeUnicodeToUTF8Buffer in:
/Users/alkandari/Desktop/iPhone Apps/MyTest002/MyTest002/FastPdfKit.embeddedframework/FastPdfKit.framework/FastPdfKit(FastPdfKit)
ld: 871 duplicate symbols for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: 871 duplicate symbols for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
知道为什么会这样吗?
当我在调试和发布部分的配置中添加 FastPDFFramework 时出现错误。