Open GoogleCodeExporter opened 8 years ago
UPDATE:
Ok, some hand work* + rev 168 = 33 errors + 133 warnings.
All of errors are typical:
typedef enum types_StatusTrackingOptions {
types_StatusTrackingOptions_none = 0,
types_StatusTrackingOptions_None,
types_StatusTrackingOptions_Delivered,
types_StatusTrackingOptions_DeliveredAndOpened,
types_StatusTrackingOptions_All,
} types_StatusTrackingOptions;
types_StatusTrackingOptions types_StatusTrackingOptions_enumFromString(NSString
*string);
NSString *
types_StatusTrackingOptions_stringFromEnum(types_StatusTrackingOptions
enumValue);
@interface types_StatusTracking : types_StatusTrackingOptions {
- and I'm having error "cannot find interface declaration
for 'types_StatusTrackingOptions', superclass of 'types_StatusTracking'".
*hand work = fixing non-valid file names of output like ".h" + ".m" + replacing
one
of the @interface BEFORE it was used futher in code!
Original comment by use...@gmail.com
on 7 Jun 2010 at 12:12
Original issue reported on code.google.com by
use...@gmail.com
on 7 May 2010 at 2:45