Re: RubyCocoa: IB do not read class files
Re: RubyCocoa: IB do not read class files
- Subject: Re: RubyCocoa: IB do not read class files
- From: Tymon Tobolski <email@hidden>
- Date: Tue, 10 Feb 2009 20:45:38 +0100
Wiadomość napisana w dniu 2009-02-10, o godz. 20:22, przez Matthew
Firlik:
On Feb 9, 2009, at 9:38 AM, Tymon Tobolski wrote:
I have 10.5.6 and last XCode release. When I create RubyCocoa
project, create controller class and add there ib_outlets and
ib_action they are not seen in IB. When I drag .rb file to IB i got
error http://dl-client.getdropbox.com/u/70986/rc.png . Same is with
"Read class file".
Any ideas?
The code (as presented in the screenshot) appears to be valid:
trying the same thing on my machine worked. Interface Builder is
using underlying parsers to process the files and get the pertinent
information for the actions and outlets: running the parser on the
file manually may provide more information for us to work from.
Can you run the following:
/Developer/usr/bin/rb_nibtool -p -s -f <path to your .rb file>
That should output a plist of the actions and outlets -- any errors
should also be included. That will help us track things down ...
Sure.
http://pastie.org/385277 (as I see, it works properly... )
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden