This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 356
Issue with 'bundle exec fastlane oss' #679
Comments
Hmm, thanks for opening the issue! I'm not sure where to go with this one. I think I'll leave the issue open for others to find, but it seems to be relatively rare. Thanks again for reporting and documenting your solution! |
Having the same issue |
@armandsLa did the workaround solve the issue? It's really hard to reproduce this for me because all of my machines have custom Ruby versions 😅 |
Having the same issue |
yep,I have the same issue. |
yes, i have the same issue, it work. |
Try using the following command to solve your problem: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I was trying to install the Eidolon project, but I get the following error when running
bundle exec fastlane oss
I found this issue (#636) where someone was having the same problem and that led me to an issue on the
CocoaPod-Keys
library (orta/cocoapods-keys#139).If I ran
sudo chmod -R go+r /Library/Ruby/Gems/2.3.0/gems/cocoapods-keys-2.0.0
and then executedbundle exec fastlane oss
again, everything works again.I'm not really sure where to post this issue exactly (here or on the CocapodsKey project).
Kind regards,
Frederik
The text was updated successfully, but these errors were encountered: