We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee63745 commit aec6712Copy full SHA for aec6712
.github/workflows/build_test.yml
@@ -38,5 +38,5 @@ jobs:
38
-workspace Bitnagil.xcworkspace \
39
-scheme App \
40
-sdk iphonesimulator \
41
- -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4' \
42
- clean build | xcpretty
+ -destination 'generic/platform=iOS Simulator' \
+ clean build
0 commit comments