1.include of non-modular header inside framework module。
在校验spec文件时,未引入其他第三方库一直没有问题,引入之后,出现了
include of non-modular header inside framework module
这个类型的ERROR。
解决方法,在校验命令与提交命令后加入--use-libraries
pod spec lint --verbose --allow-warnings --use-libraries
pod repo push <repoName> <podspec> --use-libraries