MeetYouDevs/cocoapods-imy-bin

pod bin code 报错

wuzaozhou opened this issue · 2 comments

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

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