pod bin code 报错
wuzaozhou opened this issue · 2 comments
wuzaozhou commented
def self.from_dependency(dependency, podfile_path, can_cache)
from_params(dependency.external_source, dependency, podfile_path, can_cache)
end
调用ExternalSources 里的from_dependency 时,dependency.external_source 是空的,导致NoMethodError - undefined method `key?' for nil:NilClass,请问要怎么解决?
lirs72379 commented
请见谅,这是我的自动回复邮件,您的邮件已收到,谢谢!
arceushs commented
def self.from_dependency(dependency, podfile_path, can_cache)
from_params(dependency.external_source, dependency, podfile_path, can_cache)
end
调用ExternalSources 里的from_dependency 时,dependency.external_source 是空的,导致NoMethodError - undefined method `key?' for nil:NilClass,请问要怎么解决?
#213, 可以试试我提的这个方案,最近也在用这个插件