I have this code (snippet) from a .h file:
#import #import \"ILView.h\" /** * Controls the orientation of the picker */ typedef enum {
I've used ILColorPicker in the past, and it is definitely not ARC ready. Set -fno-objC-arc in the compiler flag settings for the ILColorPicker classes.
-fno-objC-arc