Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError: undefined method `exists?' for class File #9

Open
jhult opened this issue Aug 13, 2024 · 2 comments
Open

NoMethodError: undefined method `exists?' for class File #9

jhult opened this issue Aug 13, 2024 · 2 comments

Comments

@jhult
Copy link

jhult commented Aug 13, 2024

==> Installing fusionauth-app from fusionauth/fusionauth
Error: An exception occurred within a child process:
  NoMethodError: undefined method `exists?' for class File
==> Installing fusionauth-search from fusionauth/fusionauth
Error: An exception occurred within a child process:
  NoMethodError: undefined method `exists?' for class File

Running macOS 14.5 on M2 processor

$ which ruby
/usr/bin/ruby
$ ruby --version
ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin23
jhult added a commit to jhult/homebrew-fusionauth that referenced this issue Aug 13, 2024
@KempfCreative
Copy link

I was able to "fix" this by changing exists? to exist?, but after finishing the install process, I am still unable to get the tap running as expected, so I can't recommend this approach.

@Aaron-Ritter
Copy link

Same problem for me on my mac and github runs https://github.com/sonderformat-llc/fusionauth-swift-sdk/actions/runs/11592050254/job/32273098933

==> Installing fusionauth-app from fusionauth/fusionauth
Error: An exception occurred within a child process:
  NoMethodError: undefined method `exists?' for class File

Error: Process completed with exit code 1.

Aaron-Ritter added a commit to sonderformat-llc/fusionauth-swift-sdk that referenced this issue Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants