We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ca8d6 commit 5962d88Copy full SHA for 5962d88
lib/cocoapods-binary/Main.rb
@@ -80,7 +80,8 @@ def keep_source_code_for_prebuilt_frameworks!
80
prebuild_podfile = Pod::Podfile.from_ruby(podfile.defined_in_file)
81
82
# install
83
- binary_installer = Pod::Installer.new(prebuild_sandbox, prebuild_podfile , nil)
+ lockfile = installer_context.lockfile
84
+ binary_installer = Pod::Installer.new(prebuild_sandbox, prebuild_podfile, lockfile)
85
86
if binary_installer.have_exact_prebuild_cache?
87
binary_installer.install_when_cache_hit!
0 commit comments