We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7390e6 commit b33e410Copy full SHA for b33e410
.github/workflows/ios.yml
@@ -28,4 +28,4 @@ jobs:
28
run: |
29
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
30
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
+ xcodebuild -skipPackagePluginValidation build -scheme "Example" -project Example/Example.xcodeproj -destination "platform=$platform,name=$device"
0 commit comments