|
|
@@ -28,5 +28,8 @@ A new Flutter plugin.
|
|
|
s.static_framework = true
|
|
|
|
|
|
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
|
|
|
- s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
|
|
|
+ s.pod_target_xcconfig = {
|
|
|
+ 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
|
|
|
+ }
|
|
|
+ s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
|
|
|
end
|