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

How to blink a button iOS swift?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope