Skip to content

Commit 89c9de5

Browse files
committed
exclude arm64 simulator build
1 parent 67e904f commit 89c9de5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WebRTC.podspec

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Pod::Spec.new do |s|
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { 'Pimenov Sergey' => '[email protected]' }
88
s.source = { :git => 'https://github.com/xquezme/WebRTC.git', :tag => s.version.to_s }
9+
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
10+
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
911
s.osx.deployment_target = '10.14'
1012
s.ios.deployment_target = '11.0'
1113
s.vendored_frameworks = "WebRTC/WebRTC.xcframework"

0 commit comments

Comments
 (0)