Skip to content

Commit 7cc8886

Browse files
committed
build app with xcodebuild
1 parent 0c9485c commit 7cc8886

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build-ios.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,13 @@ jobs:
8181

8282
- name: Build app
8383
working-directory: example
84-
run: npx react-native run-ios --no-packager
84+
run: |
85+
xcrun simctl list devices
86+
87+
xcodebuild \
88+
-workspace LiveMarkdownExample.xcworkspace \
89+
-scheme LiveMarkdownExample \
90+
-configuration Debug \
91+
-sdk iphonesimulator \
92+
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.4' \
93+
build

0 commit comments

Comments
 (0)