Hello! Being an old POSIX/C hack, I usually do my MacRuby coding with MacVim. While trying to look into a bug during the bug mash I found that I didn't have all of the MacRuby templates available in XCode. The only one I see is a system plugin for the MacRuby preference pane plugin. Any suggestions for how to get this working correctly? Jeff H.
Did you install the iPhone SDK by any chance? Here is what you should see: $ ls /Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/Application/ MacRuby Application MacRuby Core Data Application MacRuby Document-based Application MacRuby Preference Pane Otherwise try installing the nightly build to see of that helps. - Matt On Mon, Dec 6, 2010 at 4:24 PM, Jeff Hemmelgarn <jhemmelg@gmail.com> wrote:
Hello!
Being an old POSIX/C hack, I usually do my MacRuby coding with MacVim. While trying to look into a bug during the bug mash I found that I didn't have all of the MacRuby templates available in XCode. The only one I see is a system plugin for the MacRuby preference pane plugin. Any suggestions for how to get this working correctly?
Jeff H. _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
OK, Don't know how THAT happened. The Application directory had the wrong ownership and permissions - drwx------ 6 1025 wheel 204 Oct 6 11:24 Application I changed it to root owner and 755 permissions and it works now. Thanks! Jeff On Dec 6, 2010, at 8:13 PM, Matt Aimonetti wrote:
Did you install the iPhone SDK by any chance? Here is what you should see:
$ ls /Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/Application/ MacRuby Application MacRuby Core Data Application MacRuby Document-based Application MacRuby Preference Pane
Otherwise try installing the nightly build to see of that helps.
- Matt
On Mon, Dec 6, 2010 at 4:24 PM, Jeff Hemmelgarn <jhemmelg@gmail.com> wrote: Hello!
Being an old POSIX/C hack, I usually do my MacRuby coding with MacVim. While trying to look into a bug during the bug mash I found that I didn't have all of the MacRuby templates available in XCode. The only one I see is a system plugin for the MacRuby preference pane plugin. Any suggestions for how to get this working correctly?
Jeff H. _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Jeff Hemmelgarn
-
Matt Aimonetti