Skip to content

Commit

Permalink
SPM installation technique: warn against #642
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Jan 19, 2020
1 parent f67232b commit 66bce33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,9 @@ let package = Package(
)
```

Note that Linux is not currently supported.

> :point_up: **Note**: Linux is not currently supported.
>
> :warning: **Warning**: Due to an Xcode bug, you will get "No such module 'CSQLite'" 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) for more information.

## Carthage

Expand Down

0 comments on commit 66bce33

Please sign in to comment.