Open eoshtanko opened 2 years ago
The same thing here
try install this lib https://github.com/RubyCrypto/rbnacl/wiki/Installing-libsodium and it works fine for me
try install this lib https://github.com/RubyCrypto/rbnacl/wiki/Installing-libsodium and it works fine for me
thanks so much. it works for me too
try install this lib https://github.com/RubyCrypto/rbnacl/wiki/Installing-libsodium and it works fine for me
Thanks a lot. it works for me too.
Issue is present when run yaml file via github actions
After installing the plugin via "fastlane add_plugin discord_notifier", a problem occurs: no fastlane commands work. The error occurs even when trying to call system commands like "bundle exec fastlane -v". But once you remove one line
gem 'fastlane-plugin-discord_notifier'
from the Pluginfile, everything starts working correctly again. (It is also worth noting that I work locally, in the terminal)Error:
Gemfile:
Pluginfile:
Fastlane environment:
✅ fastlane environment ✅
### Stack | Key | Value | | --------------------------- | ------------------------------------------- | | OS | 12.0.1 | | Ruby | 3.1.2 | | Bundler? | true | | Git | git version 2.23.0 | | Installation Source | /usr/local/lib/ruby/gems/3.1.0/bin/fastlane | | Host | macOS 12.0.1 (21A559) | | Ruby Lib Dir | /usr/local/Cellar/ruby/3.1.2/lib | | OpenSSL Version | OpenSSL 1.1.1n 15 Mar 2022 | | Is contained | false | | Is homebrew | false | | Is installed via Fabric.app | false | | Xcode Path | /Applications/Xcode.app/Contents/Developer/ | | Xcode Version | 13.2.1 | | Swift Version | 5.5.2 | ### fastlane gems | Gem | Version | Update-Status | | -------- | ------- | ------------- | | fastlane | 2.206.1 | ✅ Up-To-Date |