Commit 0789eb93 by dg76 Committed by GitHub

Bug fix for running on M1 iOS simulator. (#398)

parent d42677ec
......@@ -16,8 +16,7 @@ Toast Library for FLutter
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Toast'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.ios.deployment_target = '8.0'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment