I make this program for 1 year and now, when I try to add new object I got this: Unexpected '@' in program.
Simple code = an ocean of problems. I have tried to recreate file for many times, I have tried to close and reopen Xcode. Nothing. I have changed 'NO' to 'YES' like people say @import "Unexpected '@' in program". Nothing.
I am desperate. Sorry for my English. Thanks :)
MNClient.h same problem
I see no problem with code.
Nothing important here.
//
// MNClient.m
// CM
//
// Created by Michael Nitsenko on 7/29/14.
// Copyright (c) 2014 PrivatBank. All rights reserved.
//
#import "MNClient.h"
@implementation MNClient
@end
//
// MNEventObject.m
// CM
//
// Created by Michael on 11/6/13.
// Copyright (c) 2013 PrivatBank. All rights reserved.
//
#import "MNEventObject.h"
@implementation MNEventObject
@end
ARC don't explain error in MNClient.h and I thought about it.
There is CM-Prefix.pch
//
// Prefix header for all source files of the 'ContactManager' target in the 'ContactManager' project
//
#import <Availability.h>
#ifndef __IPHONE_4_0
#warning "This project uses features only available in iOS SDK 4.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import "GAI.h"
#import "GAIFields.h"
#import "CMDefines.h"
#endif
Looks better :)