[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSBundle -initWithPath: warning
From: |
Stefan Urbanek |
Subject: |
NSBundle -initWithPath: warning |
Date: |
Thu, 31 Mar 2005 09:39:44 +0200 |
Hi,
With recent (march 31) GNUstep CVS + Gorm I am experiencing lots of
NSBundle warnings. I have used this change to see what was wrong:
NSBundle.m:927:
NSLog(@"WARNING: NSBundle -initWithPath: requires absolute path names!
Used path: '%@'", path);
And I was getting this:
...
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
2005-03-31 09:29:41.000 Gorm[31671] WARNING: NSBundle -initWithPath:
requires absolute path names! Used path: '//Local/Library'
...
I am using no app extension bundles, nor custom Gorm palettes.
Anyone else experiencing this?
Stefan
--
http://stefan.agentfarms.net
First they ignore you, then they laugh at you, then they fight you, then
you win.
- Mahatma Gandhi