Hi all, I've included
#import <CHUD/CHUD.h>
in my header files, and added
"-F$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks"
to my Framework Search Paths. I also added
'-weak_framework CHUD'
to my Other Linker Flags.
I've tried copying the CHUD.framework folder from /System/Library/PrivateFrameworks to my iOS SDK's System/Library/PrivateFrameworks dir, but with no luck.
Does anyone know how to set this up? Or is there a better way to programmatically profile an iPhone app?
Thanks, - Kevin