This commit is contained in:
Marino Faggiana 2020-10-26 16:18:34 +01:00 коммит произвёл GitHub
Родитель 52d29aa3c0
Коммит c8485cf944
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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