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.
iOSデバイスでアプリを実行してipaファイルを作成すると、このエラーが表示されます。どうすればこの問題を解決できますか?? PLZ助けて。
ld: -lsqlite3.0 のライブラリが見つかりませんでした。
ありがとう
プロジェクト設定 (および Command-1 を使用して選択された左側のペイン) で、sqlite3.0 への参照を削除し、代わりに sqlite3 に置き換えます (つまり、"3.0" を "3" に変更します)。