fix: clean SPM cache, disable explicit modules
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 5m3s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-26 23:22:50 +00:00
parent 5b67aea7ce
commit dde01ce957

View File

@@ -54,6 +54,7 @@ jobs:
- name: Build app
run: |
cd tabatago-swift
rm -rf ~/Library/Developer/Xcode/DerivedData ~/Library/Caches/org.swift.swiftpm
xcodebuild -list
xcodebuild build \
-project TabataGo.xcodeproj \
@@ -63,7 +64,7 @@ jobs:
-configuration Debug \
-allowProvisioningUpdates \
-skipPackagePluginValidation \
CODE_SIGN_STYLE=Automatic DEVELOPMENT_TEAM=2MJF39L8VY
CODE_SIGN_STYLE=Automatic DEVELOPMENT_TEAM=2MJF39L8VY SWIFT_ENABLE_EXPLICIT_MODULES=NO
- name: Package IPA
run: |