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