This repository was archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 350
This repository was archived by the owner on Jan 4, 2023. It is now read-only.
Issue with 'bundle exec fastlane oss' #679
Copy link
Copy link
Open
Description
Hi,
I was trying to install the Eidolon project, but I get the following error when running bundle exec fastlane oss
+------+---------------------------------------------------------------+-------------+
| fastlane summary |
+------+---------------------------------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+---------------------------------------------------------------+-------------+
| 1 | Verifying required fastlane version | 0 |
| 2 | Switch to oss_keys lane | 0 |
| 💥 | cd .. ; bundle exec pod keys set ArtsyAPIClientSecret '-' Eid | 6 |
+------+---------------------------------------------------------------+-------------+
[14:16:52]: fastlane finished with errors
bundler: failed to load command: fastlane (/usr/local/bin/fastlane)
FastlaneCore::Interface::FastlaneShellError: [!] Exit status of command 'cd .. ; bundle exec pod keys set ArtsyAPIClientSecret '-' Eidolon ; bundle exec pod keys set ArtsyAPIClientKey '-' Eidolon ; bundle exec pod keys set HockeyProductionSecret '-' Eidolon ; bundle exec pod keys set HockeyBetaSecret '-' Eidolon ; bundle exec pod keys set SegmentWriteKey '-' Eidolon ; bundle exec pod keys set CardflightStagingAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightStagingMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeStagingPublishableKey '-' Eidolon ; bundle exec pod keys set CardflightProductionAPIClientKey '-' Eidolon ; bundle exec pod keys set CardflightProductionMerchantAccountToken '-' Eidolon ; bundle exec pod keys set StripeProductionPublishableKey '-' Eidolon' was 1 instead of 0.
---------------------------------------------
Error loading the plugin `cocoapods-keys-2.0.0`.
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 executed bundle 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
ergunkocak
Metadata
Metadata
Assignees
Labels
No labels