Browse Source

Updates ios project file, disables LLVM Bitcode.

master
Дамян Минков 9 years ago
parent
commit
2f11e85304
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ios/jitsi-meet-react.xcodeproj/project.pbxproj

+ 1
- 0
ios/jitsi-meet-react.xcodeproj/project.pbxproj View File

@@ -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/**";

Loading…
Cancel
Save