I\'ve attempted to compile, but every time I do, one method throws a strange \"expected a type\" error. I have a method in the header:
-(ANObject *)generateS
Usually when I see an error like this it's because I have a typo on a previous line, such as an extra or missing parenthesis or something.
I got this message, when the variable type was misspelled. See below this below
e.g.
-(void)takeSimulatorSafePhotoWithPopoverFrame:(GCRect)popoverFrame {
instead of.....
-(void)takeSimulatorSafePhotoWithPopoverFrame:(CGRect)popoverFrame {