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 cf2502b commit 0b10ab5Copy full SHA for 0b10ab5
.github/workflows/build.yml
@@ -27,4 +27,8 @@ jobs:
27
- name: Run build script
28
run: bash build.sh
29
30
+ # Build test iOS App
31
+ - name: Build Test iOS App
32
+ run: xcodebuild clean -project "example/iOS Test App/iOS Test App.xcodeproj"
33
+ run: xcodebuild build -project "example/iOS Test App/iOS Test App.xcodeproj" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -arch x86_64
34
0 commit comments