I'm following the instructions in Google Analytics for iOS, and once I've set the SDK files and frameworks, I get these errors when I try to build the project:
Undefined symbols for architecture armv7:
"_sqlite3_column_double", referenced from:
-[GAIAnalyticsPropertiesStore propertyRecordForTrackingId:] in libGoogleAnalyticsServices.a(GAIAnalyticsPropertiesStore.o)
"_sqlite3_bind_double", referenced from:
-[GAIAnalyticsPropertiesStore bindRecord:toUpsertStatement:] in libGoogleAnalyticsServices.a(GAIAnalyticsPropertiesStore.o)
and a lot more like this, has somebody else experienced this?
Thanks