Skip to content

Commit 422dbe6

Browse files
author
Evan Maloney
committed
Full bitcode is needed for running Debug on device
Without this setting, it won't be possible to run a Debug build on the device; 'marker' only works in the sim
1 parent 4fffb43 commit 422dbe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CryptoSwift.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,13 +1184,14 @@
11841184
isa = XCBuildConfiguration;
11851185
buildSettings = {
11861186
APPLICATION_EXTENSION_API_ONLY = YES;
1187-
BITCODE_GENERATION_MODE = marker;
1187+
BITCODE_GENERATION_MODE = bitcode;
11881188
CLANG_ENABLE_MODULES = YES;
11891189
CODE_SIGN_IDENTITY = "";
11901190
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
11911191
DYLIB_COMPATIBILITY_VERSION = 1;
11921192
DYLIB_CURRENT_VERSION = 1;
11931193
DYLIB_INSTALL_NAME_BASE = "@rpath";
1194+
ENABLE_BITCODE = YES;
11941195
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11951196
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
11961197
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -1217,6 +1218,7 @@
12171218
DYLIB_COMPATIBILITY_VERSION = 1;
12181219
DYLIB_CURRENT_VERSION = 1;
12191220
DYLIB_INSTALL_NAME_BASE = "@rpath";
1221+
ENABLE_BITCODE = YES;
12201222
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
12211223
GCC_UNROLL_LOOPS = YES;
12221224
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)