Updates ios project file, disables LLVM Bitcode.

This commit is contained in:
Дамян Минков 2016-10-17 10:58:58 -05:00 committed by GitHub
parent 367c9401eb
commit 2f11e85304
1 changed files with 1 additions and 0 deletions

View File

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