From aba8032b8d12ba69e0125c9ebe9044d89a8f2f9d Mon Sep 17 00:00:00 2001 From: Ben Chung <1330575+yzxben@users.noreply.github.com> Date: Tue, 25 May 2021 16:51:34 -0400 Subject: [PATCH] Fix example project Podfile (#241) --- example/ios/Podfile | 3 +++ 1 file changed, 3 insertions(+) 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