我正在尝试在 xcode 上构建 cordova (phone gap 2.9) 应用程序。我按照http://vimeo.com/56673251的教程生成了 sencha 应用程序。我能够使用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
对此的任何帮助都会很棒。