You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install digest-crc (for fastlane) on Windows, but It seems that trying to install digest-crc when Ruby path contains a space character it breaks with an InvalidArgument error
I think this might be a rake or rubygems error. The ENV variables it's passing to rake are not quoted, so they are being implicitly split into multiple arguments because of the space in User Programs, and treated as arguments to the exe/rake command.
I tried to install digest-crc (for fastlane) on Windows, but It seems that trying to install digest-crc when Ruby path contains a
space
character it breaks with an InvalidArgument errorRuby installation path :
D:\User Programs\Ruby30-x64
Error
It could also be a Rake error
The text was updated successfully, but these errors were encountered: