Hello again, faithful Mac programming community! I'm trying to add update functionality to my app, but can't seem to get the Sparkle framework to work in my app! I've followed the directions to the T, but when I build I get 3 warnings and 1 error... The warnings are...
and the error is...
I'm assuming the error spawns from the warnings? I followed the documentation that came with the framework, but I've never linked against any frameworks before, so I was mostly following blindly. (Though I've done it multiple times, re-read the directions, and still can't figure it out!) Has anyone else had this problem? If so, how'd you fix it?
Edit: Figured I could link to the site of the framework for reference... Here
Code:
warning -F: directory name (/Users/Craig/Documents/Cocoa) does not exist
warning -F: directory name (Programs/My) does not exist
warning -F: directory name (Programs/iProcrastinate) does not exist
and the error is...
Code:
Command /usr/bin/gcc-4.0 failed with exit code 1
I'm assuming the error spawns from the warnings? I followed the documentation that came with the framework, but I've never linked against any frameworks before, so I was mostly following blindly. (Though I've done it multiple times, re-read the directions, and still can't figure it out!) Has anyone else had this problem? If so, how'd you fix it?
Edit: Figured I could link to the site of the framework for reference... Here