I've included:
#import "QuartzCore/QuartzCore.h"
but when I try to build, I get the error mentioned in the title. Is there something else I need to do to tell XCode to include the framework?
The code where I use it is:
CALayer *layer = paperView.layer;
CATransform3D rotation = CATransform3DMakeRotation(1, 0, 0, 1);