I added a GoogleAdMobAdsSdkiOS-6.1.4
SDK to my cocos2d app in order to integrate AdWhirl. When I added this Google SDK I got the following error:
Expected expression before '@' token main.m
This is the code looks like:
int main(int argc, char *argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil,
NSStringFromClass([AppDelegate class]));
}
}