Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod repo-art add cocoapods-local and pod install deadlock #32

Open
seanliu1 opened this issue Jun 7, 2019 · 1 comment
Open

pod repo-art add cocoapods-local and pod install deadlock #32

seanliu1 opened this issue Jun 7, 2019 · 1 comment

Comments

@seanliu1
Copy link

seanliu1 commented Jun 7, 2019

In CI environment, If I setup cocoapods-local before running pod install,

echo -e "machine quibi.jfrog.io\nlogin ${JFROG_USERNAME}\npassword ${JFROG_PASSWORD}" > ~/.netrc

bundle exec pod repo-art add cocoapods-local "https://xxxxx/api/pods/cocoapods-local"

I will see sh: line 0: cd: /Users/distiller/.cocoapods/repos: No such file or directory

Since in circle, pod is not never run before. Also if we run pod install, we will also get error since cocoapods-local is not setup yet.

The workaround is to manually create the folder, I believe we should include this logic to avoid
sh: line 0: cd: /Users/distiller/.cocoapods/repos: No such file or directory

@ashishj-optimus
Copy link

@seanliu1 hope you're doing good. Were you able to resolve the CI, artifactory issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants