Hi,
I "deployed" my current project using the .app template shipped with gosu for Mac. On my machine, everything runs like a charm -- although "ruby" points to ruby 1.9.x (which doesn't work from the shell) and I have to invoke /usr/bin/ruby manually for 1.8.6 -- but in the end I have no clue how the template works whatsoever, so nevermind.
However, the .app doesn't start on a friends machine. It's hard to tell why: he has a 1yr old MacBook Pro (OS 10.5.6) without XCode installed. Another guy I know has XCode and had to run "gem install gosu" to launch my application. After all: what is the .app template good for if it's not running on machines without gosu installed? :)
Best,
Christian
Oh well, that's stupid of me, I think. Probably you should rename the template to "... Template in which you have to put gosu.bundle and all your sources + media to have a working.app" :)
Loading...