diff --git a/lib/cocoapods-deploy/deploy_downloader.rb b/lib/cocoapods-deploy/deploy_downloader.rb index f7ad3b3..ee8cf1e 100644 --- a/lib/cocoapods-deploy/deploy_downloader.rb +++ b/lib/cocoapods-deploy/deploy_downloader.rb @@ -23,7 +23,8 @@ def download_source(config) def download_podspec(config) dependencies_for_sources(config).each do |dep| source = ExternalSources.from_dependency(dep, config.podfile.defined_in_file) - + source.no_validate = true + begin return source.fetch(config.sandbox) rescue Exception