Updates ios project file, disables LLVM Bitcode.
This commit is contained in:
parent
367c9401eb
commit
2f11e85304
|
@ -735,6 +735,7 @@
|
||||||
"$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS/**",
|
"$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS/**",
|
||||||
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
|
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
|
||||||
);
|
);
|
||||||
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = app/Info.plist;
|
INFOPLIST_FILE = app/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
|
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
|
||||||
|
|
Loading…
Reference in New Issue