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
Describe the bug
When trying to build for iOS `flutter build iOS
Redefinition of 'sqlite3_file
/Users/x/StudioProjects/app_name/ios/Pods/sqlite3/sqlite-src-3460100/sqlite3.h:731:8 Redefinition of 'sqlite3_file'
/Users/x/StudioProjects/app_name/ios/Pods/sqlite3/sqlite-src-3460100/sqlite3.h:837:8 Redefinition of 'sqlite3_io_methods
```
Libs
```
drift: ^2.20.0
sqlite3_flutter_libs: ^0.5.0
drift_flutter: ^0.2.0
dev_dependencies:
build_runner: ^2.4.12
drift_dev: ^2.20.1
```
Anyone ran into a solution for this ? I tried a few things such as : Pod file
Getting rid of sqlite3 lib(flutter)
` pod 'SQLite.swift/standalone'
#pod 'sqlite3', '~> 3.46.0'
#pod 'sqlite3', '~> 3.35'
#pod 'sqlite3', :modular_headers => true`
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to build for iOS `flutter build iOS
The text was updated successfully, but these errors were encountered: