#1440: Installing problem at the git 31cc69c8ca... SOURCE ----------------------------+----------------------------------------------- Reporter: tglee@… | Owner: lsansonetti@… Type: defect | Status: reopened Priority: blocker | Milestone: Component: MacRuby | Resolution: Keywords: | ----------------------------+----------------------------------------------- Comment(by mrada@…): Replying to [comment:13 msabramo@…]:
Replying to [comment:12 mrada@…]:
@msabramo are you saying that you cannot generate the framework/Info.plist file?
I can generate it with `rake framework:info_plist`, but it does not get automatically created when I do `rake` and `rake install` so `rake framework:info_plist` is an easy workaround, but I'd say it's still a bug that should be fixed since the README.rdoc doesn't mention it. I'd say add it to README.rdoc or even better, modify the `Rakefile` so that it takes care of generating the `Info.plist` automatically.
You're right, it should generate when you build macruby. And for me it does, and as far as I know none of the other macruby devs have had a problem. Though there are at least two people who are having this issue. I'll double check to see if there was something in the old install script that ensured it was generated, but I'd rather not set the dependency in the new script as it would often cause the file to be owned by root (since you usually run `sudo rake install` instead of `rake install`). -- Ticket URL: <http://www.macruby.org/trac/ticket/1440#comment:14> MacRuby <http://macruby.org/>