[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bundles inside Application resources
From: |
Richard Frith-Macdonald |
Subject: |
Re: Bundles inside Application resources |
Date: |
Thu, 17 Oct 2013 07:41:44 +0100 |
On 17 Oct 2013, at 01:00, Riccardo Mottola <riccardo.mottola@libero.it> wrote:
> 2013-10-17 01:58:35.501 TalkSoup[3360] Could not load 'GNUstepOutput' from
> '()'
>
>
> The relevant code looks like in TalkSoup.m line 95:
>
> bundle = [NSBundle bundleWithPath: dir];
> if (!bundle)
> {
> NSLog(@"Could not load '%@' from '%@'", name, dir);
> return nil;
> }
So, from the log it seems you are either passing a path which is the rather
strange string '()', or perhaps is not even a string (could be an empty set or
array).
Are you actually getting that path from -pathForResource:ofType: or is it
coming from somewhere else?