1.include of non-modular header inside framework module。
在校驗(yàn)spec文件時,未引入其他第三方庫一直沒有問題,引入之后,出現(xiàn)了
include of non-modular header inside framework module
這個類型的ERROR。
解決方法,在校驗(yàn)命令與提交命令后加入--use-libraries
pod spec lint --verbose --allow-warnings --use-libraries
pod repo push <repoName> <podspec> --use-libraries