8000 去除打包警告 · pythonzz/LuaViewSDK@b01a5ce · GitHub
[go: up one dir, main page]

Skip to content

Commit b01a5ce

Browse files
城西Lamod
authored andcommitted
去除打包警告
1 parent e1a9143 commit b01a5ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

IOS/LuaViewSDK.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,8 @@
20472047
isa = XCBuildConfiguration;
20482048
buildSettings = {
20492049
ARCHS = "$(ARCHS_STANDARD)";
2050-
DEBUG_INFORMATION_FORMAT = dwarf;
2050+
CLANG_ENABLE_MODULE_DEBUGGING = NO;
2051+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20512052
DYLIB_COMPATIBILITY_VERSION = 1;
20522053
DYLIB_CURRENT_VERSION = 1;
20532054
FRAMEWORK_VERSION = A;
@@ -2072,6 +2073,7 @@
20722073
isa = XCBuildConfiguration;
20732074
buildSettings = {
20742075
ARCHS = "$(ARCHS_STANDARD)";
2076+
CLANG_ENABLE_MODULE_DEBUGGING = NO;
20752077
COPY_PHASE_STRIP = NO;
20762078
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20772079
DYLIB_COMPATIBILITY_VERSION = 1;

0 commit comments

Comments
 (0)
0