"undefined method `root' for nil:NilClass" error when using "pod install" 解决

Posted sym3099@gmail

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了"undefined method `root' for nil:NilClass" error when using "pod install" 解决相关的知识,希望对你有一定的参考价值。

 

如果pod undate 的时候报错"undefined method `root‘ for nil:NilClass" error when using "pod install" 或

NoMethodError - undefined method `dirname‘ for nil:NilClass

检查你的podfile文件 保证一下信息存在

Pod::Spec.new do |s|
s.name = "DDEBusiness"
s.version = "0.0.1"
s.platform = :ios, "7.0"
s.authors = "dingdone"
s.license = "dingdone"
s.homepage = "http://www.dingdone.com"
s.summary = "dingdone"

s.source = { :git => "http://git.hoge.cn/dingdone_ios_spec/DDEBusiness.git", :tag => "0.0.1" }

以上是关于"undefined method `root' for nil:NilClass" error when using "pod install" 解决的主要内容,如果未能解决你的问题,请参考以下文章

这样的问题:The method index0f(String) is undefined for the type String,希望有大师可以解决!!!

PHP出现undefined错误

django 登录重定向到“/undefined”

"collect" method

解决Flutter NoMethodError - undefined method `each' for nil:NilClass

r语言optim函数给不同的初值为啥结果不同