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 97e9677 commit 725bd1aCopy full SHA for 725bd1a
fastlane/Fastfile
@@ -25,7 +25,7 @@ before_all do |lane|
25
setup_ci
26
setup_git_config
27
select_xcode(version: xcode_version) unless [:sonar_upload, :allure_launch, :allure_upload, :copyright, :pod_lint, :merge_main].include?(lane)
28
- sh('xcrun simctl list devices | grep -E "iPhone"')
+ sh('xcrun simctl list devices | grep -E "iOS|iPhone"')
29
end
30
31
0 commit comments