Skip to content

Commit 88c96e9

Browse files
committed
exclude iphonesimulator i386 architecture on AppLovin
1 parent 78eb81e commit 88c96e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

TeadsAppLovinAdapter.podspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Pod::Spec.new do |s|
1919
s.requires_arc = true
2020
s.source_files = ['MediationAdapters/TeadsAppLovinAdapter/**/*{.swift}', 'MediationAdapters/Common/*{.swift}']
2121
s.dependency 'TeadsSDK', s.version.to_s
22-
s.dependency 'AppLovinSDK', '>= 11.1.1'
22+
s.dependency 'AppLovinSDK', '>= 11.1.1'
23+
24+
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
25+
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2326

2427
end

0 commit comments

Comments
 (0)