刚刚安装了 Xcode 10,并得到了运行时错误。你知道有什么问题吗?
dyld: Library not loaded: /usr/lib/libstdc++.6.dylib
Referenced from: /Users/kukodajanos/Library/Developer/CoreSimulator/Devices/50603E30-571E-484B-BABD-270D3D1F01AE/data/Containers/Bundle/Application/AFA530AF-2F31-4B26-ACE0-776070E28368/PFB.app/Frameworks/FoxitRDK.framework/FoxitRDK
Reason: no suitable image found. Did find:
/usr/lib/libstdc++.6.dylib: mach-o, but not built for iOS simulator
(lldb)
以前的 Xcode 应用程序在模拟器中工作。
lipo -info /Users/kukodajanos/Workspace/PFB/FoxitRDK.framework/FoxitRDK
Architectures in the fat file: /Users/kukodajanos/Workspace/PFB/FoxitRDK.framework/FoxitRDK are: i386 x86_64 armv7 arm64
如您所见,Foxit lipo 显示它也具有 i386 x86_64 架构。所以它应该在模拟器上工作。
这篇文章是否意味着我们需要将 Foxit 更新到 5.0.0.1107?