制作新的Pod时,有依赖其他私有Pod,在Pod验证时报错,其中主要内容是: no implicit conversion of nil into String error
在多次尝试之后,发现是依赖的Pod名字问题造成的,同时,会造成引用该Pod的podfile,无法在source中写入Pod的URL地址,只能写作pod 'xxx' ,:git => 'https://xxxxx.git'
在将Pod名字复杂化修改后,问题全部解决
制作新的Pod时,有依赖其他私有Pod,在Pod验证时报错,其中主要内容是: no implicit conversion of nil into String error
在多次尝试之后,发现是依赖的Pod名字问题造成的,同时,会造成引用该Pod的podfile,无法在source中写入Pod的URL地址,只能写作pod 'xxx' ,:git => 'https://xxxxx.git'
在将Pod名字复杂化修改后,问题全部解决
本文标题:iOS 私有Pod制作时产生的问题
本文链接:https://www.haomeiwen.com/subject/yfuvbxtx.html
网友评论