IOS開発エラー現象「libxml2 not found during build」の対策
エラーメッセージ:
libxml2 not found during build
解決方法:
「Header Search Paths」下のDebugとreleaseに次の内容を設定
${SDKROOT}/usr/include/libxml2
再度ソースコードをコンパイルする
Coding Changes the World
エラーメッセージ:
libxml2 not found during build
解決方法:
「Header Search Paths」下のDebugとreleaseに次の内容を設定
${SDKROOT}/usr/include/libxml2
再度ソースコードをコンパイルする