We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4986c5 commit 7eb08f3Copy full SHA for 7eb08f3
example/ios/Podfile
@@ -1,5 +1,5 @@
1
# Uncomment this line to define a global platform for your project
2
-# platform :ios, '12.0'
+platform :ios, '14.0'
3
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
@@ -29,6 +29,7 @@ flutter_ios_podfile_setup
29
30
target 'Runner' do
31
use_frameworks!
32
+ use_modular_headers!
33
34
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
35
target 'RunnerTests' do
0 commit comments