Skip to content

Commit

Permalink
try enabling cocoapods-binary
Browse files Browse the repository at this point in the history
Codel1417 committed Jun 10, 2024
1 parent f5c9b16 commit 4249f4d
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ source "https://rubygems.org"
gem "fastlane"
gem "cocoapods"
gem 'fastlane-plugin-sentry'
gem 'cocoapods-binary'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
3 changes: 2 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -27,11 +27,12 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe

flutter_ios_podfile_setup
Pod::PICKER_MEDIA = false
plugin 'cocoapods-binary'

target 'Runner' do
use_frameworks!
use_modular_headers!

all_binary!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

0 comments on commit 4249f4d

Please sign in to comment.