We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abd7c3 commit e1eef01Copy full SHA for e1eef01
1 file changed
react-native-pjsip.podspec
@@ -17,4 +17,8 @@ Pod::Spec.new do |s|
17
18
s.dependency 'React'
19
s.vendored_frameworks = 'ios/VialerPJSIP.framework'
20
+ s.xcconfig = {
21
+ 'GCC_PREPROCESSOR_DEFINITIONS' => 'PJ_AUTOCONF=1',
22
+ 'USE_HEADERMAP' => 'NO',
23
+ }
24
end
0 commit comments