Skip to content

Commit

Permalink
Remove the documentation paragraph about the Xcode bug with CSQLite
Browse files Browse the repository at this point in the history
It is not informative enough. Maybe Xcode has fixed the bug. And maybe #1600 helps.
  • Loading branch information
groue committed Sep 29, 2024
1 parent c8ec149 commit 625c529
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,6 @@ The [Swift Package Manager](https://swift.org/package-manager/) automates the di
GRDB offers two libraries, `GRDB` and `GRDB-dynamic`. Pick only one. When in doubt, prefer `GRDB`. The `GRDB-dynamic` library can reveal useful if you are going to link it with multiple targets within your app and only wish to link to a shared, dynamic framework once. See [How to link a Swift Package as dynamic](https://forums.swift.org/t/how-to-link-a-swift-package-as-dynamic/32062) for more information.

> **Note**: Linux is not currently supported.
>
> **Warning**: Due to an Xcode bug, you will get "No such module 'GRDBSQLite'" errors when you want to embed the GRDB package in other targets than the main application (watch extensions, for example). UI and Unit testing targets are OK, though. See [#642](https://github.com/groue/GRDB.swift/issues/642#issuecomment-575994093) and [#1424](https://github.com/groue/GRDB.swift/issues/1424#issuecomment-1774088155) for more information.


## CocoaPods
Expand Down

0 comments on commit 625c529

Please sign in to comment.