Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <marino@marinofaggiana.com>2020-10-26 18:18:34 +0300
committerGitHub <noreply@github.com>2020-10-26 18:18:34 +0300
commitc8485cf94488903ccf6ca556b73ab12d147dece0 (patch)
treefeba094a2cb8547a49ffcf62b90b67143f974c20 /README.md
parent52d29aa3c07af4f3face27520a0b7c0079709731 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4bf9cf41f..24766c561 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,14 @@ carthage build --platform ios
```
to fetch and compile the dependencies.
+#### Carthage XCode 12 issues
+
+Due to issues with carthage and XCode 12, use the following command when building dependencies for XCode 12
+
+```
+./wcarthage update --no-use-binaries --platform iOS --cache-builds
+```
+
### Creating Pull requests
#### DCO Signoff