[MacRuby] #329: Invalid NIB file for RoundTransparentWindow example
#329: Invalid NIB file for RoundTransparentWindow example ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: nib ----------------------------------------+----------------------------------- When using the latest MacRuby trunk on Snow Leopard, I can't build the RoundTransparentWindow sample: $ ruby buildall.rb demos Successful to build: ABPresence, AnimatingViews, CircleView, DotView, EmbeddedMacRuby, FlickrDemo, OutlineView, PagePacker, PathDemo, ViewModelDemo Failed to build: RoundTransparentWindow Command /Developer/Library/Xcode/Plug- ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings failed with exit code 1 /Users/prabhaka/Developer/MacRuby/sample- macruby/RoundTransparentWindow/English.lproj/MainMenu.nib:0:0 ibtool could not strip "MainMenu.nib" because it is not a valid Interface Builder document. Command /Developer/Library/Xcode/Plug- ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff failed with exit code 1 Command /Developer/Library/Xcode/Plug- ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff failed with exit code 1 I can't even open the NIB file(s). I have not tried regressing this on 0.4 or Leopard, sorry. -- Ticket URL: <http://www.macruby.org/trac/ticket/329> MacRuby <http://macruby.org/>
#329: Invalid NIB file for RoundTransparentWindow example ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: mattaimonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: nib ----------------------------------------+----------------------------------- Changes (by mattaimonetti@…): * owner: lsansonetti@… => mattaimonetti@… Comment: Thanks Ernest, the file might have gotten corrupt, I'll look at it as soon as possible. -- Ticket URL: <http://www.macruby.org/trac/ticket/329#comment:1> MacRuby <http://macruby.org/>
#329: Invalid NIB file for RoundTransparentWindow example ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: mattaimonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: nib | ----------------------------------------+----------------------------------- Changes (by mattaimonetti@…): * status: new => closed * resolution: => fixed Comment: hi Ernest, I just tried with the latest version of trunk and everything went well: {{{ $ mkdir ~/tmp/demos $ macruby buildall.rb ~/tmp/demos Building ABPresence... Building AnimatingViews... Building CircleView... Building DotView... Building EmbeddedMacRuby... Building FlickrDemo... Building OutlineView... Building PagePacker... Building PathDemo... Building RoundTransparentWindow... Building ViewModelDemo... Successful to build: ABPresence, AnimatingViews, CircleView, DotView, EmbeddedMacRuby, FlickrDemo, OutlineView, PagePacker, PathDemo, RoundTransparentWindow, ViewModelDemo Failed to build: None }}} [[Image(http://img.skitch.com/20090911-qk59y2kjrrqn3w8a3fwts1k2m5.jpg)]] There might have been an issue with the nib file that got fixed or maybe your svn checkout got corrupt. I'm going to close this ticket, but please let me know if you encounter the same issue using this version of macruby: [http://bit.ly/17mUwn nightly-build-2009-09-11] Thanks -- Ticket URL: <http://www.macruby.org/trac/ticket/329#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby