We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c340231 commit cdb969cCopy full SHA for cdb969c
AVPlayerDNAPlugin.podspec
@@ -15,5 +15,12 @@ Pod::Spec.new do |s|
15
s.ios.deployment_target = '10.2'
16
s.tvos.deployment_target = '10.2'
17
s.dependency 'StreamrootSDK', '~> 3.25.1'
18
- s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
+ s.pod_target_xcconfig = {
19
+ 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
20
+ 'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64'
21
+ }
22
+ s.user_target_xcconfig = {
23
24
25
26
end
0 commit comments