美文网首页
打包私有Pod时遇到的问题

打包私有Pod时遇到的问题

作者: Invoker_M | 来源:发表于2018-03-12 13:59 被阅读0次

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

相关文章

网友评论

      本文标题:打包私有Pod时遇到的问题

      本文链接:https://www.haomeiwen.com/subject/skunfftx.html