After changing
- #import <Cocoa/Cocoa.h>
to #import <UIKit/UIKit.h>
- "pi" to "M_PI"
and disabling ARC for the GCMathParser files, I get the following error: (multiple places)
Cast of C pointer type "void*" to Objective-C pointer type "GCMathParser*" requires a bridged cast
What do I have to do?
Thanks