0

xcode で cordova (phone gap 2.9) アプリケーションをビルドしようとしています。http://vimeo.com/56673251のチュートリアルに従って、煎茶アプリを生成しました。cordova builder を使用して xcode プロジェクトを取得できます。しかし、xcode プロジェクトをビルドすると、次のようなリンカ エラーが大量に発生します。

"_sqlite3_last_insert_rowid", referenced from:
      -[SQLitePlugin executeSqlWithDict:andArgs:] in SQLitePlugin.o
  "_sqlite3_open", referenced from:
      -[SQLitePlugin open:] in SQLitePlugin.o
  "_sqlite3_prepare_v2", referenced from:
      -[SQLitePlugin executeSqlWithDict:andArgs:] in SQLitePlugin.o
  "_sqlite3_step", referenced from:
      -[SQLitePlugin executeSqlWithDict:andArgs:] in SQLitePlugin.o
  "_sqlite3_threadsafe", referenced from:
      -[SQLitePlugin open:] in SQLitePlugin.o
  "_sqlite3_total_changes", referenced from:
      -[SQLitePlugin executeSqlWithDict:andArgs:] in SQLitePlugin.o
ld: symbol(s) not found for architecture i386

これに関するヘルプは素晴らしいでしょう。

4

1 に答える 1