Browse Source

Update README.md

Marino Faggiana 4 years ago
parent
commit
c8485cf944
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
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