解决方案:
在引用头文件开始加入#ifdef __OBJC__ 结束时加入#endif,例如
#ifndef PureStandard_PrefixHeader_pch
#define PureStandard_PrefixHeader_pch
#ifdef __OBJC__
#import "A.h"
#import "B.h"
#endif
#endif
解决方案:
在引用头文件开始加入#ifdef __OBJC__ 结束时加入#endif,例如
#ifndef PureStandard_PrefixHeader_pch
#define PureStandard_PrefixHeader_pch
#ifdef __OBJC__
#import "A.h"
#import "B.h"
#endif
#endif
本文标题:Xcode突然出现could not build module
本文链接:https://www.haomeiwen.com/subject/svvcdttx.html
网友评论