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 d6dc05a commit 2131108Copy full SHA for 2131108
.github/workflows/test.yml
@@ -90,7 +90,8 @@ jobs:
90
-workspace externaldisplayexample.xcworkspace \
91
-scheme externaldisplayexample \
92
-configuration Release \
93
- -sdk iphonesimulator \
+ -sdk iphoneos \
94
+ -destination generic/platform=iOS \
95
-derivedDataPath build | xcpretty
96
97
build-ios-new-arch:
@@ -147,7 +148,8 @@ jobs:
147
148
149
150
151
152
153
154
155
build-android-old-arch:
0 commit comments