|
@@ -735,6 +735,7 @@
|
735
|
735
|
"$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS/**",
|
736
|
736
|
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
|
737
|
737
|
);
|
|
738
|
+ ENABLE_BITCODE = NO;
|
738
|
739
|
INFOPLIST_FILE = app/Info.plist;
|
739
|
740
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
740
|
741
|
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
|