报错:
warning: no rule to process file '.h' of type sourcecode.c.h for architecture i386
原因:
Compile Sources 不小心导入了 .h 文件
解决:
TargetSettings -> Build Phases -> Compile Sources -> 删掉多余的.h文件
warning: no rule to process file '.h' of type sourcecode.c.h for architecture i386
Compile Sources 不小心导入了 .h 文件
TargetSettings -> Build Phases -> Compile Sources -> 删掉多余的.h文件