Follow-up Comment #1, bug #17696 (project gnustep):

When loading this .nib file in an application  I've the error message "method
pathForResource: ofType: inDirectory: forLocalization: isn't implemented in
NSBundle".

After look at the NSBundle.m file in gnustep-base-1.13.0, the method is
implemented like that:
   [self notImplemented: _cmd];
   return nil;

after patch this with a "return @"";", the .nib file could be loaded in my
application.

Maybe the Gorm segmentation fault come from that ... but with my ugly patch ,
saving the .nib file in Gorm still do a segmentation fault.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17696>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to