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 b51bf30 commit 2997fc7Copy full SHA for 2997fc7
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
set -o pipefail && \
39
xcodebuild \
40
-scheme "LogtoSDK-Package" \
41
- -destination "platform=iOS Simulator,OS=26.1,name=iPhone 17 Pro" \
+ -destination "platform=iOS Simulator,id=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder,name=Any iOS Simulator Device" \
42
-enableCodeCoverage=YES \
43
-resultBundlePath Logto.xcresult \
44
test | \
0 commit comments