Skip to content

Commit 1633a41

Browse files
committed
Disables bitcode for RxTests/tvOS because Carthage with Swift 2.3 and Xcode 8.0 fails to compile it.
1 parent f51151c commit 1633a41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rx.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5452,6 +5452,7 @@
54525452
DYLIB_COMPATIBILITY_VERSION = 1;
54535453
DYLIB_CURRENT_VERSION = 1;
54545454
DYLIB_INSTALL_NAME_BASE = "@rpath";
5455+
ENABLE_BITCODE = NO;
54555456
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
54565457
INFOPLIST_FILE = RxTests/Info.plist;
54575458
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -5473,6 +5474,7 @@
54735474
DYLIB_COMPATIBILITY_VERSION = 1;
54745475
DYLIB_CURRENT_VERSION = 1;
54755476
DYLIB_INSTALL_NAME_BASE = "@rpath";
5477+
ENABLE_BITCODE = NO;
54765478
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
54775479
INFOPLIST_FILE = RxTests/Info.plist;
54785480
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -5494,6 +5496,7 @@
54945496
DYLIB_COMPATIBILITY_VERSION = 1;
54955497
DYLIB_CURRENT_VERSION = 1;
54965498
DYLIB_INSTALL_NAME_BASE = "@rpath";
5499+
ENABLE_BITCODE = NO;
54975500
FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
54985501
INFOPLIST_FILE = RxTests/Info.plist;
54995502
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)