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 4c719e2 commit cd1b465Copy full SHA for cd1b465
Samples/iOS-Cocoapods-Swift6/fastlane/Fastfile
@@ -8,14 +8,16 @@ platform :ios do
8
run_tests(
9
workspace: "iOS-Cocoapods-Swift6.xcworkspace",
10
scheme: "App",
11
- build_for_testing: true
+ build_for_testing: true,
12
+ destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5"
13
)
14
15
16
17
test_without_building: true,
18
result_bundle: true,
- result_bundle_path: "fastlane/test_results/results.xcresult"
19
+ result_bundle_path: "fastlane/test_results/results.xcresult",
20
21
22
end
23
0 commit comments