Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、XCode 4.5 で libxml2 を実行していますが、xmlGetProp() 関数に問題があります。XCode は、呼び出しに一致する関数がないと言っています。
ヘッダー検索パスに既に追加${SDK_DIR}/usr/include/libxml2し、Link Binary With Liaries に libxml2.dylib を追加しました。
${SDK_DIR}/usr/include/libxml2
助けてください。
2 番目のパラメーターが const xmlChar にキャストされていることを確認してください *
アラ
uri = xmlGetProp(cur, (const xmlChar *)"PV");