From 4d642ed1813899d6a963b207415f3528c15cd5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E7=9A=84=E6=B9=AE=E7=81=B0?= Date: Wed, 9 Jun 2021 20:21:27 +0800 Subject: [PATCH] Update weibo_kit.podspec --- ios/weibo_kit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/weibo_kit.podspec b/ios/weibo_kit.podspec index 3ee2afe..4060daa 100644 --- a/ios/weibo_kit.podspec +++ b/ios/weibo_kit.podspec @@ -24,6 +24,6 @@ A powerful Flutter plugin allowing developers to auth/share with natvie Android sp.dependency 'Weibo_SDK', '~> 3.3.0' end - # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. - s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } + # Flutter.framework does not contain a i386 slice. + s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } end