xcode编译失败 .h file not found
2019-06-24 本文已影响0人
iOS_Developer
编译时.h file not found 解决
先不要#import该文件,先svn 或 git update,pod install 等,完成后编译workspace中的各个工程,成功后,让xcode休息一会儿,然后再#import,再编译
编译时.h file not found 解决
先不要#import该文件,先svn 或 git update,pod install 等,完成后编译workspace中的各个工程,成功后,让xcode休息一会儿,然后再#import,再编译