Commit fdfea69e by Joey Teng Committed by GitHub

build: fix #332 (#342)

Suggested solution is obtained from https://github.com/CocoaPods/CocoaPods/issues/10104#issuecomment-704862852
parent 29cf2bff
......@@ -16,6 +16,8 @@ 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.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