diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 0aabf5c..8957c88 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -25,7 +25,7 @@ jobs: scheme: ${{ 'default' }} platform: ${{ 'iOS Simulator' }} run: | - xcodebuild + xcodebuild -allowProvisioningUpdates # # 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$//"` # if [ $scheme = default ]; then scheme=$(cat default); fi