MeetYouDevs / cocoapods-imy-bin

1.05k stars 244 forks source link

pod bin code 报错 #214

Closed wuzaozhou closed 1 year ago

wuzaozhou commented 1 year 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,请问要怎么解决?

lirs72379 commented 1 year ago

请见谅,这是我的自动回复邮件,您的邮件已收到,谢谢!

arceushs commented 1 year 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, 可以试试我提的这个方案,最近也在用这个插件