Before you use the file system event stream API, you must include the Core Services framework as follows:
#include <CoreServices/CoreServices.h> |
When you compile, you must include the Core Services Framework by adding it to your target in Xcode or by adding the flag -framework CoreServices to your linker flags on the command line or in a Makefile.
Last updated: 2008-03-11