Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/cocoapods-binary/Main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def keep_source_code_for_prebuilt_frameworks!
prebuild_podfile = Pod::Podfile.from_ruby(podfile.defined_in_file)

# install
binary_installer = Pod::Installer.new(prebuild_sandbox, prebuild_podfile , nil)
lockfile = installer_context.lockfile
binary_installer = Pod::Installer.new(prebuild_sandbox, prebuild_podfile, lockfile)

if binary_installer.have_exact_prebuild_cache?
binary_installer.install_when_cache_hit!
Expand Down