This should be simple, and I did get it to work one time, but right now with
2.2.1, I can't get the linker to see my framework.
I went to the 'Project' menu and did a 'add to project' where I then
selected myframework, which is located in '/Library/Frameworks' directory. (
not the System/Library/Frameworks )
It was added it to the project, right next to the Carbon.framework, but when
I compile the program, the linker says 'ld: can't locate framework for:
-framework myframework'.
Also, could someone tell me how I can modify 'FRAMEWORK_SEARCH_PATHS' to add
this path in as well as the standard 'System/Library/Frameworks' path.