fix(ci): switch from -target to -scheme for Xcode 26 SPM module path resolution
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 6m32s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-27 01:45:52 +00:00
parent c45e85edb6
commit b48178f167

View File

@@ -64,8 +64,7 @@ jobs:
xcodebuild -list
xcodebuild build \
-project TabataGo.xcodeproj \
-target TabataGo \
-destination "generic/platform=iOS" \
-scheme TabataGo \
-configuration Debug \
-allowProvisioningUpdates \
-skipPackagePluginValidation \