8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a9143 commit b01a5ceCopy full SHA for b01a5ce
IOS/LuaViewSDK.xcodeproj/project.pbxproj
@@ -2047,7 +2047,8 @@
2047
isa = XCBuildConfiguration;
2048
buildSettings = {
2049
ARCHS = "$(ARCHS_STANDARD)";
2050
- DEBUG_INFORMATION_FORMAT = dwarf;
+ CLANG_ENABLE_MODULE_DEBUGGING = NO;
2051
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2052
DYLIB_COMPATIBILITY_VERSION = 1;
2053
DYLIB_CURRENT_VERSION = 1;
2054
FRAMEWORK_VERSION = A;
@@ -2072,6 +2073,7 @@
2072
2073
2074
2075
2076
2077
COPY_PHASE_STRIP = NO;
2078
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2079
0 commit comments