Skip to content

Commit 6e878e0

Browse files
committed
macos specify only arm64 in podfile
1 parent 85c7091 commit 6e878e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

macos/Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,9 @@ end
3939
post_install do |installer|
4040
installer.pods_project.targets.each do |target|
4141
flutter_additional_macos_build_settings(target)
42+
target.build_configurations.each do |config|
43+
config.build_settings['ARCHS'] = 'arm64'
44+
config.build_settings['VALID_ARCHS'] = 'arm64'
45+
end
4246
end
4347
end

0 commit comments

Comments
 (0)