Update weibo_kit.podspec

This commit is contained in:
沉默的湮灰 2021-06-09 20:21:27 +08:00 committed by GitHub
parent e32df54aea
commit 4d642ed181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,6 @@ A powerful Flutter plugin allowing developers to auth/share with natvie Android
sp.dependency 'Weibo_SDK', '~> 3.3.0' sp.dependency 'Weibo_SDK', '~> 3.3.0'
end end
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. # Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end end