Cleanup arm64 excluded architectures since using google-cast xcframework
This commit is contained in:
parent
e46df00087
commit
fa6b2f2e08
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue