gcc-4.2 failed with exit code 1 iphone
问题 I\'ve seen this error with different variations on discussion forums but being a non programmer I\'m not sure how to progress this. Basically I have code which I found to help me with changing the background colors of cells on a grouped uitableview. The code introduced a line as such: CGContextAddArcToPoint(c, minx, miny, midx, miny, ROUND_SIZE); This gave an error indicated that it wasn\'t declared, so I added to my .h file the following under import uikit: #import <UIKit/UIKit.h> #define