I am doing one application.In that i ma using the GoogleAnalytics SDK.It's working in io6,but getting this error in ios5 only at the below line
typedef NS_ENUM (NSUInteger, GAILogLevel){
}
How to clear this error in ios 5.
I am doing one application.In that i ma using the GoogleAnalytics SDK.It's working in io6,but getting this error in ios5 only at the below line
typedef NS_ENUM (NSUInteger, GAILogLevel){
}
How to clear this error in ios 5.
Copyright © 2021 Jogjafile Inc.
Your code will work with a few adjustments.
typedefis a statement, so it has to be semicolon terminated.