以下の構造のワークスペースがあります。
サンプルプロジェクト1
SampleProject2 >>サブプロジェクト
今、サブプロジェクトのSampleProject1にアクセスしようとしています。 設定後、
ヘッダー検索パス
Sampleproject1にアクセスできるサブプロジェクト内。しかし、SampleProject2は次のようにビルド エラーを示しています。
Undefined symbols for architecture i386: "_OBJC_CLASS_$_DDXMLDocument", referenced from:
objc-class-ref in libMyervices.a(MyService.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
SampleProject1では、 KissXMLを統合しました。
前もって感謝します