File tree Expand file tree Collapse file tree 3 files changed +9
-36
lines changed Expand file tree Collapse file tree 3 files changed +9
-36
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,10 @@ post_install do |installer|
37
37
installer . pods_project . targets . each do |target |
38
38
flutter_additional_macos_build_settings ( target )
39
39
end
40
+
41
+ installer . pods_project . targets . each do |target |
42
+ target . build_configurations . each do |config |
43
+ config . build_settings [ 'ARCHS' ] = 'x86_64'
44
+ end
45
+ end
40
46
end
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 94
94
F64AA91C6A519AA11DE4011A /* Pods-Runner.release.xcconfig */,
95
95
6DF508081457A5968FC6D880 /* Pods-Runner.profile.xcconfig */,
96
96
);
97
- name = Pods;
98
97
path = Pods;
99
98
sourceTree = "<group>";
100
99
};
416
415
isa = XCBuildConfiguration;
417
416
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
418
417
buildSettings = {
418
+ ARCHS = x86_64;
419
419
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
420
420
CLANG_ENABLE_MODULES = YES;
421
421
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
542
542
isa = XCBuildConfiguration;
543
543
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
544
544
buildSettings = {
545
+ ARCHS = x86_64;
545
546
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
546
547
CLANG_ENABLE_MODULES = YES;
547
548
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
562
563
isa = XCBuildConfiguration;
563
564
baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */;
564
565
buildSettings = {
566
+ ARCHS = x86_64;
565
567
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
566
568
CLANG_ENABLE_MODULES = YES;
567
569
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
You can’t perform that action at this time.
0 commit comments