Skip to content

Commit 3b8c1df

Browse files
Claudeclaude
andcommitted
ci(ios): remove xcpretty pipes to fix runner compatibility
xcpretty is not installed on the nscloud runner, causing pipe failures that mask the real build output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a52da7b commit 3b8c1df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ios-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,14 @@ jobs:
9898
CODE_SIGN_STYLE=Manual \
9999
CODE_SIGN_IDENTITY="Apple Distribution" \
100100
DEVELOPMENT_TEAM=ZJ9GEQ36AH \
101-
PROVISIONING_PROFILE_SPECIFIER="$PROVISIONING_PROFILE_UUID" \
102-
| xcpretty
101+
PROVISIONING_PROFILE_SPECIFIER="$PROVISIONING_PROFILE_UUID"
103102
104103
- name: Export IPA
105104
run: |
106105
xcodebuild -exportArchive \
107106
-archivePath "$RUNNER_TEMP/FareBot.xcarchive" \
108107
-exportPath "$RUNNER_TEMP/export" \
109-
-exportOptionsPlist app/ios/ExportOptions.plist \
110-
| xcpretty
108+
-exportOptionsPlist app/ios/ExportOptions.plist
111109
112110
- name: Install fastlane
113111
run: brew install fastlane

0 commit comments

Comments
 (0)