We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2829ca commit 3684604Copy full SHA for 3684604
.github/workflows/ruby.yml
@@ -43,5 +43,5 @@ jobs:
43
run: cmp --silent UI.podspec ../../../.github/test_podspecs/UI.podspec
44
- name: Build Project
45
working-directory: ./PodMergeExample
46
- run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -allowProvisioningUpdates
+ run: xcodebuild -workspace PodMergeExample.xcworkspace -scheme PodMergeExample -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11 Pro,OS=13.1"
47
0 commit comments