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

generateEntityDiagram.rb (LoadError) #17

Open
Xcode09 opened this issue Oct 13, 2018 · 6 comments
Open

generateEntityDiagram.rb (LoadError) #17

Xcode09 opened this issue Oct 13, 2018 · 6 comments

Comments

@Xcode09
Copy link

Xcode09 commented Oct 13, 2018

I enter my project but this error comes ruby: No such file or directory what is problem

@yoshimkd
Copy link
Owner

Can you please give us some more information on how you invoke the ruby command and what is the folder structure?

@Karencse
Copy link

Hello. I'm having the same problem.
I run the command git clone https://github.com/yoshimkd/swift-auto-diagram into Terminal.
Then ruby generateEntityDiagram.rb ~/User/ProjectName
and then I get the error ruby: No such file or directory -- generateEntityDiagram.rb (LoadError).

What I'm doing wrong?
Thanks for the help!

@yoshimkd
Copy link
Owner

@Karencse Do you execute the command from the directory where the generateEntityDiagram.rb script is located (the cloned directory)?

@Karencse
Copy link

Karencse commented Jan 20, 2021

@Karencse Do you execute the command from the directory where the generateEntityDiagram.rb script is located (the cloned directory)?

Hello yoshimkd,
thanks for your answer. I checked that. I'm executing the command from the directory (swift-auto-diagram). The project is in my desktop. So I called
ruby generateEntityDiagram.rb~/Users/karencruz/Desktop/TrackingApp

but im still having this issue.
ruby: No such file or directory -- generateEntityDiagram.rb~/Users/karencruz/Desktop/TrackingApp (LoadError)

@yoshimkd
Copy link
Owner

@Karencse There should be a space character before specifying the directory: ruby generateEntityDiagram.rb ~/Users/karencruz/Desktop/TrackingApp.

@jodanelysee
Copy link

@yoshimkd Hello yoshimkd, I am having a similar issue.

I am typing -- ruby generateEntityDiagram.rb ~/Users/jodanelysee/Desktop/Bullseye -- into my terminal and it keeps on telling me: ruby: No such file or directory -- generateEntityDiagram.rb (LoadError)

When I check the info on the file that I want to diagram, that is the file path that it is giving me and It is still not working. What could I do to fix this?

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

No branches or pull requests

4 participants