This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
packages/google_maps_flutter/google_maps_flutter/example/ios Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3737post_install do |installer |
3838 installer . pods_project . targets . each do |target |
3939 flutter_additional_ios_build_settings ( target )
40+ target . build_configurations . each do |build_configuration |
41+ build_configuration . build_settings [ 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' ] = 'arm64 i386'
42+ end
4043 end
4144end
Original file line number Diff line number Diff line change 599599 buildSettings = {
600600 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
601601 ENABLE_BITCODE = NO;
602+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
602603 FRAMEWORK_SEARCH_PATHS = (
603604 "$(inherited)",
604605 "$(PROJECT_DIR)/Flutter",
620621 buildSettings = {
621622 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
622623 ENABLE_BITCODE = NO;
624+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
623625 FRAMEWORK_SEARCH_PATHS = (
624626 "$(inherited)",
625627 "$(PROJECT_DIR)/Flutter",
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class BuildExamplesCommand extends PackageLoopingCommand {
5151 'iOS' ,
5252 pluginPlatform: kPlatformIos,
5353 flutterBuildType: 'ios' ,
54- extraBuildFlags: < String > ['--no-codesign' , '-v' ],
54+ extraBuildFlags: < String > ['--no-codesign' ],
5555 ),
5656 kPlatformLinux: const _PlatformDetails (
5757 'Linux' ,
You can’t perform that action at this time.
0 commit comments