2016-09-13 7 views
1

すべてのステップを参照します。github repo私は自分でいくつかの問題とエラーを解決することができますが、私は最終的にエラーが私を無力にする。誰かがvuforiaとunity3Dを統合した経験があり、迅速なアプリになったら?輸入<Foundation/Foundation.h><UIKit/UIKit.h>UnityBridge.hunity3dとvuforiaをiosアプリケーションに統合すると 'アーキテクチャの未定義シンボルarmv7'が表示される

  • LDに:私は

    • use of undeclared identifier 'UIApplication'の多くとfailed to import bridging header '/Users/funkyLover/Desktop/ios-working-on/integrate/ios-unity/UnityBridge.h'

    ソリューションを持って、エラーリストが表示されます

    ライブラリを-lVuforiaが見つかりません

ソリューション:$(UNITY_IOS_EXPORT_PATH)/Libraries/Plugins/iOS

Library Search Pathsを追加し、私は最終的に私はそのエラーについて見当がつかない

Undefined symbols for architecture armv7: 
    "il2cpp::icalls::mscorlib::System::Char::GetDataTablePointers(unsigned char const**, unsigned char const**, double const**, unsigned short const**, unsigned short const**, unsigned short const**, unsigned short const**)", referenced from: 
     _Char_GetDataTablePointers_m2324968695 in Bulk_mscorlib_1.o 
ld: symbol(s) not found for architecture armv7 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

エラーを取得し、

reference issue

答えて

0

を助けてくださいと同じでありunity3dフォーラムで問題が見つかりました。solution

C++言語の方言オプション:コンパイラのデフォルト - > C++ 11

それは完全ところで、この問題はvuforia

、Unityバージョンによって原因がないように見えるunity3d 5.4.0f3

に私の問題を解決します

+0

このソリューションをユニティバージョン5.6.1f1で使用して問題を解決できません –

関連する問題