Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jul 22, 2024
1 parent afbb93a commit aa412e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ In the `ios` directory, update your `Podfile` file as follows:

- Set this value: `platform :ios, '16.0'`. This is required by XMTP.

If you get the error `The SQLCipher Sqlite extension is not present, but an encryption key is given`

- At the project configuration level in XCode make sure that xmtpV3 is loaded before all other packages by setting `Other Linker Flags` first item to `-l"xmtpv3"`

```bash
npx pod-install
```
Expand Down

0 comments on commit aa412e1

Please sign in to comment.