Search found 4 matches

by ecume
Mon Apr 17, 2006 4:10 pm
Forum: Growl
Topic: including growl support (for dummies)
Replies: 5
Views: 3214

what should the frameworks path be?

what should the frameworks path be (literally what should I type in the field) if I want it to reference the main project directory?
by ecume
Mon Apr 03, 2006 4:18 pm
Forum: Growl
Topic: including growl support (for dummies)
Replies: 5
Views: 3214

partial workaround

I got it to work by mounting the sdk dmg :-/ somehow xcode 'remembered' the original path to the framework from when i first dragged it into the project. Subsequent attempts to load the framework from inside the project directory never worked as it was always looking for it on the virtual device cre...
by ecume
Wed Mar 29, 2006 7:35 pm
Forum: Growl
Topic: including growl support (for dummies)
Replies: 5
Views: 3214

yes - I have #import <Growl/Growl.h> in the header file. the compiler can't find it, however: Growl/Growl.h: No such file or directory other variables: I am using the precompiled framework from the SDK. I am compiling my app as a universal binary. I am using XCode 2.2.1 When I add the framework I ch...
by ecume
Wed Mar 29, 2006 5:56 pm
Forum: Growl
Topic: including growl support (for dummies)
Replies: 5
Views: 3214

including growl support (for dummies)

I'm trying to add growl support into my cocoa app and there is obviously something I am not doing and which is not explicitely stated in the docs. I download the framework and add it to my cocoa project in xcode. I add the copy files build phase and add the framework to that. I pop in the framework ...