I am trying to build cordova (phone gap 2.9) application on xcode. I followed the tutorial from http://vimeo.com/56673251 and generated the sencha app. I am able to use cordova builder and get the xcode project. But when i build my xcode project I get bunch of linker errors as follows:
"_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
Any help on this would be great.