From a1d177d96d06240d93db6bdab076925d12a57bb7 Mon Sep 17 00:00:00 2001 From: Codel1417 Date: Mon, 10 Jun 2024 18:02:19 -0400 Subject: [PATCH] Revert "try enabling cocoapods-binary" This reverts commit 4249f4d5db5c5e766f7b826f4768c249c6247dde. --- Gemfile | 1 - ios/Podfile | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 557dbf6e0..60382c659 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,6 @@ 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) diff --git a/ios/Podfile b/ios/Podfile index 01b857608..d9f562253 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -27,12 +27,11 @@ 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