From cf3b74717cb0b73000a28a456aa069d4b274087c Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 11 Jun 2024 11:32:51 +0200 Subject: [PATCH] [WIP] Make Github Action build again (IOS-280) --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0b4c2b44d..daacda18b 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,8 +48,10 @@ platform :ios do lane :build_only do xcodebuild( + build: true, clean: true, - scheme: "Mastodon") + scheme: "Mastodon" + ) end desc " Build and deploy the App to App Store Connect & TestFlight"