diff --git a/Adyen3DS2.podspec b/Adyen3DS2.podspec index f25ddd23..e451fa56 100644 --- a/Adyen3DS2.podspec +++ b/Adyen3DS2.podspec @@ -10,4 +10,7 @@ Pod::Spec.new do |spec| spec.source = { :git => 'https://github.com/adyen/adyen-3ds2-ios.git', :tag => version } spec.vendored_frameworks = 'Dynamic/Adyen3DS2.framework' spec.ios.deployment_target = '10.0' + # workaround for binary dependencies, see https://github.com/CocoaPods/CocoaPods/issues/10065 + spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } + spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } end diff --git a/Docs/Blocks/ADYChallengeCompletionHandler.html b/Docs/Blocks/ADYChallengeCompletionHandler.html index 430c73f0..139c63e6 100644 --- a/Docs/Blocks/ADYChallengeCompletionHandler.html +++ b/Docs/Blocks/ADYChallengeCompletionHandler.html @@ -117,7 +117,7 @@