Hello,
After updating our development environment to Xcode 26, we are encountering a build-breaking error related to symbol redefinition. The project builds successfully on Xcode 16.4
The core of the issue seems to be a header conflict between the system's sqlite3.h and the sqlite3.h provided by the SQLCipher pod.
Environment
GRDB.swift/SQLCipher (5.24.1)
- SQLCipher (4.5.1):
- SQLCipher/standard (= 4.5.1)
- SQLCipher/common (4.5.1)
- SQLCipher/standard (4.5.1):
