try to solve file_picker on ios

This commit is contained in:
lollipopkit
2023-02-17 18:57:16 +08:00
parent 558721fa79
commit 9c00dc8a54
7 changed files with 37 additions and 71 deletions

View File

@@ -27,6 +27,11 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup
# Used for flutter lib "file_picker"
Pod::PICKER_MEDIA = false
Pod::PICKER_AUDIO = false
Pod::PICKER_DOCUMENT = false
target 'Runner' do
use_frameworks!
use_modular_headers!