iPhone と android の両方で動作する共通のコードを書きたいと考えています。そのために、Androidでは正常に機能するcURLライブラリを使用したいのですが、iOSでは次のエラーが発生します。
(null): "_curl_easy_cleanup", referenced from:
(null): "_curl_easy_init", referenced from:
(null): "_curl_easy_perform", referenced from:
(null): "_curl_easy_setopt", referenced from:
(null): "_curl_easy_strerror", referenced from:
(null): Linker command failed with exit code 1 (use -v to see invocation)
上記のエラーは、libcurl.a のリンク エラーを示しています。適切な解決策を見つけることができません。助けてください。