Skip to content

Commit ed76867

Browse files
committed
fix: ios build
1 parent 4d21034 commit ed76867

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,11 @@ jobs:
109109
build-ios:
110110
runs-on: macos-latest
111111
env:
112-
XCODE_VERSION: 16.2
112+
XCODE_VERSION: 16.3
113113
TURBO_CACHE_DIR: .turbo/ios
114+
RCT_USE_RN_DEP: 1
115+
RCT_USE_PREBUILT_RNCORE: 1
116+
114117
steps:
115118
- name: Checkout
116119
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ios": "react-native run-ios",
88
"start": "react-native start",
99
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
10-
"build:ios": "react-native build-ios --mode Debug --verbose"
10+
"build:ios": "react-native build-ios --mode Debug"
1111
},
1212
"dependencies": {
1313
"react": "19.1.0",

0 commit comments

Comments
 (0)