Closed wuzaozhou closed 2 years ago
请见谅,这是我的自动回复邮件,您的邮件已收到,谢谢!
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,请问要怎么解决?
https://github.com/MeetYouDevs/cocoapods-imy-bin/issues/213, 可以试试我提的这个方案,最近也在用这个插件
def self.from_dependency(dependency, podfile_path, can_cache)
end
调用ExternalSources 里的from_dependency 时,dependency.external_source 是空的,导致NoMethodError - undefined method `key?' for nil:NilClass,请问要怎么解决?