You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this project in my app since several years without no problem.
Now, I'm migrating from XCode 11.4.1 to XCode 12 and my project has builds error from this project:
Swift Compiler Error:
sqlite3.h Redefinition of 'sqlite3_file'
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/sqlite3ext.h:20:
sqlite3.h: Redefinition of 'sqlite3_io_methods'
....
and many other .h files from sqlcipher
How could I solve ? I'm stuck since several hours..
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this project in my app since several years without no problem.
Now, I'm migrating from XCode 11.4.1 to XCode 12 and my project has builds error from this project:
Swift Compiler Error:
sqlite3.h Redefinition of 'sqlite3_file'
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/usr/include/sqlite3ext.h:20:
sqlite3.h: Redefinition of 'sqlite3_io_methods'
....
and many other .h files from sqlcipher
How could I solve ? I'm stuck since several hours..
Thanks
The text was updated successfully, but these errors were encountered: