We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 104846b + 7395297 commit 415df0aCopy full SHA for 415df0a
Xendit.podspec
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
17
s.ios.vendored_frameworks = 'CardinalMobile.xcframework'
18
19
- s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
+ s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
20
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
21
end
0 commit comments