undefined symbol sqlite3_column_table_name error in iOS swift

Solution:

When your project does not added the sqlite framework then the above error will came.So try to add the framework in your project and compile it will works.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift