Skip to content

Commit cdb969c

Browse files
author
Boris Borgobello
committed
Fix podspec
1 parent c340231 commit cdb969c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

AVPlayerDNAPlugin.podspec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@ Pod::Spec.new do |s|
1515
s.ios.deployment_target = '10.2'
1616
s.tvos.deployment_target = '10.2'
1717
s.dependency 'StreamrootSDK', '~> 3.25.1'
18-
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
18+
s.pod_target_xcconfig = {
19+
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
20+
'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64'
21+
}
22+
s.user_target_xcconfig = {
23+
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
24+
'EXCLUDED_ARCHS[sdk=appletvsimulator*]' => 'arm64'
25+
}
1926
end

0 commit comments

Comments
 (0)