私の.pchファイル:
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#improt "Constant.h" // here there is a error:
#endif
行 : #improt "Constant.h" エラーを取得
Invalid preprocessing directive
何か問題でもありますか?
私の.pchファイル:
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#improt "Constant.h" // here there is a error:
#endif
行 : #improt "Constant.h" エラーを取得
Invalid preprocessing directive
何か問題でもありますか?