From 2a910f52d99b3b8509d75c022d2543ab4f68f792 Mon Sep 17 00:00:00 2001 From: CaiJingLong Date: Fri, 22 Mar 2024 08:29:22 +0800 Subject: [PATCH] fix: add platform version for example of iOS Signed-off-by: CaiJingLong --- image_editor/example/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_editor/example/ios/Podfile b/image_editor/example/ios/Podfile index 814a724..e058fc0 100644 --- a/image_editor/example/ios/Podfile +++ b/image_editor/example/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '9.0' +platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true'