Skip to content

Commit b33e410

Browse files
Update ios.yml
1 parent f7390e6 commit b33e410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: |
2929
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
3030
device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}' | sed -e "s/ Simulator$//"`
31-
xcodebuild build -scheme "Example" -project Example/Example.xcodeproj -destination "platform=$platform,name=$device" -skipPackagePluginValidation
31+
xcodebuild -skipPackagePluginValidation build -scheme "Example" -project Example/Example.xcodeproj -destination "platform=$platform,name=$device"

0 commit comments

Comments
 (0)