Windows version: Win10
Builder version: 3.58
iOS SDK version: 16.4
Hello
I want to say thanks for the awsome tool i managed to build alot of our project with it. But i have one with cocoapods and i have some problem when i start the build(i use the daemon tool):
Analyzing dependencies
Pre-downloading: `PodName`
from `git@github.com:....git`
, branch `develop`
, submodules `true`
[!] Error installing PodName
[!] Failed to download 'PodName': [!] /usr/local/bin/git clone git@github.com:....git /tmp/d20230712-682-truct0 --template= --single-branch --depth 1 --branch develop
Cloning into '/tmp/d20230712-682-truct0'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The host key is good because i can clone the with the same git bash command (git clone git@github.com:....git)
Thanks for your help.