2016-05-04 3 views
0

私はこれを実行すると、以下のようなxcodeのエラーをリンクしていますので、誰でもこの問題を解決してください。 stackoverflowしかし何も働いた。Worklight Project:Xcodeでエラーが発生しましたアーキテクチャのClangエラーで未定義のシンボル

のWorkLightバージョン: - 6.1.0.01.20140922-2007 Xcodeのバージョン: - 7.3

Undefined symbols for architecture x86_64: 
    "_OBJC_CLASS_$_MainViewController", referenced from: 
     _OBJC_CLASS_$_CDVMainViewController in CDVMainViewController.o 
    "_OBJC_CLASS_$_WLCordovaAppDelegate", referenced from: 
     _OBJC_CLASS_$_MyAppDelegate in .o 
    "_OBJC_METACLASS_$_MainViewController", referenced from: 
     _OBJC_METACLASS_$_CDVMainViewController in CDVMainViewController.o 
    "_OBJC_METACLASS_$_WLCordovaAppDelegate", referenced from: 
     _OBJC_METACLASS_$_MyAppDelegate in .o 
ld: symbol(s) not found for architecture x86_64 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

答えて

1

あなたは64ビットアーキテクチャのためのWorkLightプロジェクトをビルドしようとしています。
64ビットサポートが必要な場合は、Worklight Studioのインストールを更新する必要があります。これは非常に古いものです(2014年)。

IBMのお客様は、IBM Fix Central Webサイトから最新のiFixをダウンロードできます。

+0

完璧な仕事、感謝のトン.. – Max

関連する問題