Skip to content

Commit

Permalink
Updated xcodebuild-nonappstore.yml commenting out xcpretty to diagnos…
Browse files Browse the repository at this point in the history
…e CompileAssetCatalog error
  • Loading branch information
jpmhouston authored Mar 24, 2024
1 parent 9c6219f commit 7660851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild-nonappstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if [ $scheme = default ]; then scheme=$(cat default); fi
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
xcodebuild clean build analyze -scheme "$scheme" -"$filetype_parameter" "$file_to_build" | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild clean build analyze -scheme "$scheme" -"$filetype_parameter" "$file_to_build" #| xcpretty && exit ${PIPESTATUS[0]}
- name: "Codesign app bundle"
# Extract the secrets we defined earlier as environment variables
env:
Expand Down

0 comments on commit 7660851

Please sign in to comment.