Fix ios build

This commit is contained in:
Prerak Mann
2021-02-28 18:07:42 +05:30
parent 84e27adcbf
commit 749075fe40
42 changed files with 1036 additions and 8 deletions

View File

@@ -17,6 +17,8 @@ A new flutter plugin project.
s.dependency 'Flutter'
s.platform = :ios, '8.0'
s.dependency 'SwiftyJSON', '~> 4.0'
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'