Skip to content

Commit 3d502a2

Browse files
committed
fix
1 parent f9f358d commit 3d502a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
working-directory: example
107107

108108
- name: Build iOS App
109-
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -sdk iphonesimulator -destination generic/platform=iOS clean build
109+
run: xcodebuild -workspace ios/App/App.xcworkspace -scheme App -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO clean build
110110
working-directory: example

0 commit comments

Comments
 (0)