Skip to content

Commit 92e2dec

Browse files
MonochromeOoOwinddpan
authored andcommitted
修复xcode 16不识别宏定义的问题
1 parent 72fef4f commit 92e2dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodableWrapper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Pod::Spec.new do |s|
2525
s.preserve_paths = ["Package.swift", "Sources/CodableWrapperMacros", "Tests", "Bin"]
2626

2727
s.pod_target_xcconfig = {
28-
"OTHER_SWIFT_FLAGS" => "-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/CodableWrapper/release/CodableWrapperMacros#CodableWrapperMacros"
28+
"OTHER_SWIFT_FLAGS" => "-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/CodableWrapper/release/CodableWrapperMacros-tool#CodableWrapperMacros"
2929
}
3030

3131
s.user_target_xcconfig = {
32-
"OTHER_SWIFT_FLAGS" => "-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/CodableWrapper/release/CodableWrapperMacros#CodableWrapperMacros"
32+
"OTHER_SWIFT_FLAGS" => "-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/CodableWrapper/release/CodableWrapperMacros-tool#CodableWrapperMacros"
3333
}
3434

3535
script = <<-SCRIPT

0 commit comments

Comments
 (0)