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
This is pretty horrid - there is a Main.rb file inside the .app which redirects the program to the script entry file. If that file is also called main.rb, then it will fall in a heap (they will both be in the $LOAD_PATH, you see!).
Temporary workaround: Just call your application something else, like "game.rb" or "my_app.rb" or well, anything else.
The text was updated successfully, but these errors were encountered:
The main issue is that I don't have an OSX machine, so I've largely felt along with integrating with the .app and got friends to test it, which is obviously extremely tedious!
This is pretty horrid - there is a Main.rb file inside the .app which redirects the program to the script entry file. If that file is also called main.rb, then it will fall in a heap (they will both be in the $LOAD_PATH, you see!).
Temporary workaround: Just call your application something else, like "game.rb" or "my_app.rb" or well, anything else.
The text was updated successfully, but these errors were encountered: