Skip to content

Commit

Permalink
add an issue to issue.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhah committed Mar 11, 2022
1 parent e98672a commit fe316ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ If you are facing this error on Android, modify android/gradle.properties and ad
org.gradle.jvmargs=--add-opens java.base/java.io=ALL-UNNAMED
```

<br>
<br>

3. **Specs satisfying the PhylloConnect (~> 0.1.21) dependency were found, but they required a higher minimum deployment target**
> [!] CocoaPods could not find compatible versions for pod "PhylloConnect":react-native-phyllo-connect (from ../node_modules/react-native-phyllo-connect) was resolved to X.Y.Z, which depends on PhylloConnect (~> X.Y.Z)
If you are facing this error on pod install, then run

```sh
pod update
```

If your issue not listed here, raise an issue in the [issues section](https://github.com/getphyllo/phyllo-connect-reactnative/issues) or report your issue on [#bug-reports](https://discord.com/channels/897097781355888640/949535402845405184) channel of our [Discord server](https://discord.com/channels/897097781355888640/).

0 comments on commit fe316ea

Please sign in to comment.