我正在为Wikitude SDK创建本机库绑定。
MonoTouch 应用程序链接失败:
架构 armv7 的未定义符号:
“std::__1::basic_string, std::__1::allocator >::find_last_of(char const*, unsigned long, unsigned long) const”,引用自:WtUnzip::unzipFileTo(char const *, bool) in WikiitudeSDK.a(wtunzip.o) ...
我的链接:
[assembly: LinkWith ("WikitudeSDK.a", LinkTarget.ArmV7, Frameworks = "CoreVideo Security SystemConfiguration CoreMedia AVFoundation CFNetwork CoreLocation CoreMotion MediaPlayer OpenGLES QuartzCore CoreGraphics", ForceLoad = true, LinkerFlags = "-lsqlite3.0 -ObjC", IsCxx = true)]
我不得不承认我是这个 MonoTouch/IOS 世界的新手,因为我正试图让我的头脱离水面。
我应该怎么做才能让我的应用链接?