After upgrading to Xcode 12 / iOS 14 my project is no longer compiling/importing the SQLite3 library because it is previously defined in the iOS 14 usr/include.
Is this something that I can fix in my build settings? Can I remove it from the usr/include?
The project uses a mix of ObjC/Swift, CocoaPods is bringing in SQLite.swift