Update ios.yml

This commit is contained in:
Nihaal Sharma
2025-05-26 17:52:13 +01:00
committed by GitHub
parent 4f5e31a6f3
commit 2ff96a7093

View File

@@ -25,7 +25,7 @@ jobs:
scheme: ${{ 'default' }} scheme: ${{ 'default' }}
platform: ${{ 'iOS Simulator' }} platform: ${{ 'iOS Simulator' }}
run: | run: |
xcodebuild xcodebuild -allowProvisioningUpdates
# # xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959) # # xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
# device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}' | sed -e "s/ Simulator$//"` # device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}' | sed -e "s/ Simulator$//"`
# if [ $scheme = default ]; then scheme=$(cat default); fi # if [ $scheme = default ]; then scheme=$(cat default); fi