Hi,
I am trying to add the Growl Framework by following this tutorial:
http://quiteuseful.co.uk/post/99434588/how-to-make-a-growl-app
I followed this exactly..word by word. It builds fine, but when I run it, I get:
"Error from Debugger: Cannot access memory at address 0x0"
This is my Console log:
Thanks!
I am trying to add the Growl Framework by following this tutorial:
http://quiteuseful.co.uk/post/99434588/how-to-make-a-growl-app
I followed this exactly..word by word. It builds fine, but when I run it, I get:
"Error from Debugger: Cannot access memory at address 0x0"
This is my Console log:
Code:
Running…
dyld: Library not loaded: @executable_path/../Frameworks/Growl-WithInstaller.framework/Versions/A/Growl-WithInstaller
Referenced from: /Users/******/Documents/Test/build/Debug/Test.app/Contents/MacOS/Test
Reason: image not found
sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)
warning: Couldn't find minimal symbol for "_sigtramp" - backtraces may be unreliable
Cannot access memory at address 0x0
Cannot access memory at address 0x0
Thanks!