Skip to content

Commit 2516e7c

Browse files
authored
Fix xcodebuild project path and remove architecture flag
1 parent 2c015c8 commit 2516e7c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
- name: build
2222
run: |
2323
xcodebuild \
24-
-project /lara.xcodeproj \
24+
-project lara.xcodeproj \
2525
-scheme lara \
2626
-configuration Debug \
2727
-sdk iphoneos \
28-
-arch arm64 \
2928
CODE_SIGNING_ALLOWED=NO \
3029
CODE_SIGNING_REQUIRED=NO \
3130
CODE_SIGN_IDENTITY="" \

0 commit comments

Comments
 (0)