quarktimes
Results
2
comments of
quarktimes
> ``` > post_install do |installer| > installer.pods_project.targets.each do |target| > target.build_configurations.each do |config| > config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64' > end > end > end > ``` > > work for...
> Done in #51532 as part of #12631. `flutter pub get` would also regenerate it. it work to me,thank you !