feat: Error with run android (#172)

This commit is contained in:
Brett
2024-11-12 10:53:26 +08:00
parent 91b0f4eb00
commit b534ef0fb6
64 changed files with 476 additions and 404 deletions

View File

@@ -1,4 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
@@ -31,6 +32,9 @@ target 'Runner' do
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths
end
end
post_install do |installer|