Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

bundle exec fastlane oss Fails #691

Closed
boredomdenied opened this issue Apr 15, 2018 · 5 comments · Fixed by #693
Closed

bundle exec fastlane oss Fails #691

boredomdenied opened this issue Apr 15, 2018 · 5 comments · Fixed by #693

Comments

@boredomdenied
Copy link

This commit 1ae692b breaks fresh installs. I had to comment out the changes for the initial run then uncomment to update artsy.

@orta
Copy link
Contributor

orta commented Apr 15, 2018

Can you please provide some logs? I’m a little confused why it might break an installation

@boredomdenied
Copy link
Author

boredomdenied commented Apr 16, 2018

I can but it seems straight forward to me. The file is attempting to update a repo that doesn't exist yet. The error I kept getting was about the directory ~/.cocoapads/repo/artsy/or something similar not being found so it error code 1.

Does that make sense now? I'm coming from linux and dug through the syslog & install.log but didn't find anything there. Would I need to look at a ruby log to find this? If so, where would I find that? Or do you need me to clone the repo again and run through it?

@fralondon83
Copy link

I have the same issue as above

@ccnext-bit
Copy link

I have the same issue

Exit status of command 'bundle exec pod repo update artsy' was 1 instead of 0.
fatal: Cannot change to '/Users/chao/.cocoapods/repos/artsy': No such file or directory
[!] The `artsy` repo is not a git repo.

Try using the following command to solve problem:
bundle exec pod install --repo-update

@ashfurrow
Copy link
Contributor

Cool, thanks for the info everyone. I've opened a PR here to fix things: #693

@orta orta closed this as completed in #693 May 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants