Fix: Remove invalid xcodebuild options for Xcode 26.4

This commit is contained in:
2026-07-02 12:17:51 +08:00
parent 63ce949edc
commit 4c70cd5f12
-2
View File
@@ -105,8 +105,6 @@ jobs:
-configuration Debug \ -configuration Debug \
CODE_SIGN_IDENTITY="" \ CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \ CODE_SIGNING_REQUIRED=NO \
-skipPackagePluginManifestValidation \
-skipMacroValidation \
2>&1 | tee build_output.log 2>&1 | tee build_output.log
# 检查构建结果 # 检查构建结果