Application doesn't start
Closed this issue · 1 comments
lukaszkorecki commented
Silently fails to run when double-clicked.
When running from command line I get this error:
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Waldo.app.
OSX 10.6
lukaszkorecki commented
Looks like this is the problem it should be require 'fileutils'
Once I made that change application started just fine (after compilation).