From 53b033258a44b54524b1598b56a4fc6f4598819c Mon Sep 17 00:00:00 2001 From: nyne Date: Mon, 20 Jan 2025 21:31:17 +0800 Subject: [PATCH] Fix ios build --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 8eaa995..fe71a27 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '12.0' +platform :ios, '13.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'