mobile-ios icon indicating copy to clipboard operation
mobile-ios copied to clipboard

Pod Install Issue

Open vaifllc opened this issue 3 years ago • 4 comments

Hello, i keep getting this error.

[!] Error installing PIAAccountModule [!] Failed to download 'PIAAccountModule': [!] /usr/local/bin/git clone [email protected]:pia-mobile/shared/account.git /var/folders/0d/wfnhw6qd1573tf3zy5c1tws80000gn/T/d20210722-30783-nfpspg --template=

Cloning into '/var/folders/0d/wfnhw6qd1573tf3zy5c1tws80000gn/T/d20210722-30783-nfpspg'... ssh: connect to host gitlab.kape.com port 22: Operation timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

vaifllc avatar Jul 22 '21 22:07 vaifllc

+1

voynovia avatar Sep 16 '21 10:09 voynovia

+1

wfs498121294 avatar Oct 12 '21 02:10 wfs498121294

+1. Anyone can help on this please.

kvtien1996 avatar Nov 17 '21 03:11 kvtien1996

Please open gitlab.kape.com to world or copy repo to github

NitroJuice avatar Apr 22 '22 03:04 NitroJuice

Below these lines:

# Pod groups

def shared_main_pods
    pod 'AlamofireImage'

replace it with current one: pod "PIAAccountModule", :git => "#{$git_root}/#{$accounts_repo}"

AMJ-7 avatar Dec 26 '22 13:12 AMJ-7

Sorry for the very late response. This issue has been fixed in our latest version. I recommend you clone again this repo and try to build. We have moved away from Cocoapods and we are managing dependencies with SPM instead. All the dependencies have also been moved to public repos.

kp-laura-sempere avatar Sep 06 '23 07:09 kp-laura-sempere