[MacRuby] #1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- MacRuby's Templates, tools and Examples are installed into "/Developer/xxxx".[[BR]] However, "/Developer" directory is not created by installing Xcode 4.3. So, I think that it needs to change the installation location. -- Ticket URL: <http://www.macruby.org/trac/ticket/1466> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by watson1978@…): We might need to set Xcode path as following. {{{ $ sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/ }}} After above command invoked, I became to use the MacRuby's templates with Xcode 4.3. However, It seems to failed to install rb_nibtool {{{ $ cd /Applications/Xcode.app/Contents/Developer/usr/bin/ $ ls -l rb_nibtool lrwxr-xr-x 1 root wheel 79 2 18 08:26 rb_nibtool@ -> ../../..//Library/Frameworks/MacRuby.framework/Versions/0.12/usr/bin/rb_nibtool }}} rb_nibtool does not exists in "../../..//Library/Frameworks/" . -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:1> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by watson1978@…): I modified symbolic link path of rb_nibtool with https://github.com/MacRuby/MacRuby/commit/a6d096ff74f71132cd030e283c50518dfa... -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:2> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by mrada@…): Does this break installation of the rb_nibtool for Xcode 4.2 and older? -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:3> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by watson1978@…): Replying to [comment:3 mrada@…]:
Does this break installation of the rb_nibtool for Xcode 4.2 and older?
I changed to specify the absolute path of the rb_nibtool, so I think there is no problem. -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:4> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by watson1978@…): Hmm, Templates of Nightly Build Package might be still installed into "/Developer/xxx". -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:5> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by mrada@…): Ah. Also, the nightly build package uses the location of Xcode on the machine it is built, so I think the only way to fix this is to add a script to the package that checks where to install Xcode on that machine. -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:6> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by watson1978@…): I created post install script which is used by MacRuby package for rb_nibtool.[[BR]] https://github.com/Watson1978/MacRuby/commit/324ceac98a0e52da5d3c8dac48c1442... [[BR]] It seems to work so far. Its script still needs adding for Templetes :p -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:7> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => fixed -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:8> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Comment(by madjestic13@…): Replying to [comment:8 watson1978@…]: Hey guys, I see that the status of this problem is "closed, fixed". Does it mean that it is fixed in latest builds? I am still getting this issue with the latest binary installer otherwise. Regards, Vlad -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:9> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: reopened Priority: critical | Milestone: Component: MacRuby | Resolution: Keywords: | ----------------------------------+----------------------------------------- Changes (by marxfr@…): * status: closed => reopened * resolution: fixed => Comment: Hi, I'm using XCode Version 4.3.2 (4E2002) and MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64] - and there are still no MacRuby Templates to create a Mac OS X ruby based Cocoa-Application. So I guess the problem till persists - are there any solutions? Thanks in advance, Frank -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:10> MacRuby <http://macruby.org/>
#1466: does not install MacRuby's Templetes and rb_nibtool into Xcode 4.3 ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by watson1978@…): * status: reopened => closed * resolution: => fixed Comment: MacRuby 0.10 does not support Xcode 4.3. Please see https://github.com/MacRuby/MacRuby/wiki/Setting-up-MacRuby -- Ticket URL: <http://www.macruby.org/trac/ticket/1466#comment:11> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby