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 WikitudeSDK.a(wtunzip.o) ...
私のLinkWith:
[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 の世界に慣れていないことを認めなければなりません。
アプリをリンクするにはどうすればよいですか?