File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments