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