diff --git a/DoricCore.podspec b/DoricCore.podspec index 1f456ef2..f931850d 100644 --- a/DoricCore.podspec +++ b/DoricCore.podspec @@ -26,4 +26,7 @@ Doric iOS SDK for cross platform develpment s.dependency 'YYCache' s.dependency 'YogaKit/Core' s.dependency 'Yoga' + + s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } + s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } end