diff --git a/example/ios/Podfile b/example/ios/Podfile index f7d6a5e6..1e8c3c90 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -28,6 +28,9 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe flutter_ios_podfile_setup target 'Runner' do + use_frameworks! + use_modular_headers! + flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end