Cleanup arm64 excluded architectures since using google-cast xcframework

This commit is contained in:
Mark Turner 2023-02-02 13:21:54 +11:00
parent e46df00087
commit fa6b2f2e08

View file

@ -20,8 +20,4 @@ A new flutter plugin project.
s.dependency 'google-cast-sdk-dynamic-xcframework-no-bluetooth'
s.ios.deployment_target = '12.0'
# This is to enable build on simulator
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end