Search found 4 matches

by seb2
Sun Jun 19, 2005 9:12 am
Forum: Growl
Topic: Help with Growl Framework
Replies: 5
Views: 3959

In case anybody cares... Turns out the binary needed some processing after compiling. This is how I solved this: I added a new "Shell Script Build Phase" which does this: /usr/bin/install_name_tool -change "@executable_path/../Frameworks/Growl.framework/Versions/A/Growl" "@l...
by seb2
Fri Jun 17, 2005 10:42 am
Forum: Growl
Topic: Help with Growl Framework
Replies: 5
Views: 3959

OK... did some further experimenting. The thing is, even if I comment out the code mentioned above, the plugin crashes. Must be some build/target setting... does anybody have a clue? I did set "Other Linker Flags" to "-weak_framework Growl" as described. It compiles just fine but...
by seb2
Fri Jun 17, 2005 7:43 am
Forum: Growl
Topic: Help with Growl Framework
Replies: 5
Views: 3959

Tee, here's the part in question of the crash log: Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 And believe me, I'm just altering an existing plugin. This has worked before and the lines in my first post are the only thing I changed. The_Tick, this is for ...
by seb2
Thu Jun 16, 2005 11:24 pm
Forum: Growl
Topic: Help with Growl Framework
Replies: 5
Views: 3959

Help with Growl Framework

Hi everybody, yes, I have read the documentation and yes, I have used Google. But I couldn't find an answer... I'm trying to use the Growl framework from within a Widget Plugin. I followed the steps on the developer site and am now doing this in my initWithWebView: NSString *growlPath = [[[NSBundle ...