File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
packages/google_maps_flutter/google_maps_flutter/example/ios Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3434post_install do |installer |
3535 installer . pods_project . targets . each do |target |
3636 flutter_additional_ios_build_settings ( target )
37+ target . build_configurations . each do |build_configuration |
38+ build_configuration . build_settings [ 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' ] = 'arm64 i386'
39+ end
3740 end
3841end
Original file line number Diff line number Diff line change 589589 buildSettings = {
590590 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
591591 ENABLE_BITCODE = NO;
592+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
592593 FRAMEWORK_SEARCH_PATHS = (
593594 "$(inherited)",
594595 "$(PROJECT_DIR)/Flutter",
613614 buildSettings = {
614615 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
615616 ENABLE_BITCODE = NO;
617+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
616618 FRAMEWORK_SEARCH_PATHS = (
617619 "$(inherited)",
618620 "$(PROJECT_DIR)/Flutter",
636638 buildSettings = {
637639 BUNDLE_LOADER = "$(TEST_HOST)";
638640 CODE_SIGN_STYLE = Automatic;
641+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
639642 INFOPLIST_FILE = RunnerTests/Info.plist;
640643 LD_RUNPATH_SEARCH_PATHS = (
641644 "$(inherited)",
654657 buildSettings = {
655658 BUNDLE_LOADER = "$(TEST_HOST)";
656659 CODE_SIGN_STYLE = Automatic;
660+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
657661 INFOPLIST_FILE = RunnerTests/Info.plist;
658662 LD_RUNPATH_SEARCH_PATHS = (
659663 "$(inherited)",
You can’t perform that action at this time.
0 commit comments