File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 239239 MTL_ENABLE_DEBUG_INFO = YES;
240240 ONLY_ACTIVE_ARCH = YES;
241241 SDKROOT = iphoneos;
242+ USE_HEADERMAP = NO;
243+
242244 };
243245 name = Debug;
244246 };
275277 MTL_ENABLE_DEBUG_INFO = NO;
276278 SDKROOT = iphoneos;
277279 VALIDATE_PRODUCT = YES;
280+ USE_HEADERMAP = NO;
278281 };
279282 name = Release;
280283 };
288291 );
289292 GCC_PREPROCESSOR_DEFINITIONS = (
290293 "DEBUG=1",
291- PJ_AUTOCONF,
294+ " PJ_AUTOCONF=1" ,
292295 );
293296 HEADER_SEARCH_PATHS = (
294297 "$(SRCROOT)/../../react-native/React/**",
314317 "$(inherited)",
315318 "$(PROJECT_DIR)",
316319 );
317- GCC_PREPROCESSOR_DEFINITIONS = PJ_AUTOCONF;
320+ GCC_PREPROCESSOR_DEFINITIONS = " PJ_AUTOCONF=1" ;
318321 HEADER_SEARCH_PATHS = (
319322 "$(SRCROOT)/../../react-native/React/**",
320323 "\"$(SRCROOT)/VialerPJSIP/Headers\"",
Original file line number Diff line number Diff line change @@ -17,4 +17,8 @@ Pod::Spec.new do |s|
1717
1818 s . dependency 'React'
1919 s . vendored_frameworks = 'ios/VialerPJSIP.framework'
20+ s . xcconfig = {
21+ 'GCC_PREPROCESSOR_DEFINITIONS' => 'PJ_AUTOCONF=1' ,
22+ 'USE_HEADERMAP' => 'NO' ,
23+ }
2024end
You can’t perform that action at this time.
0 commit comments