File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
run : yarn install
35
35
working-directory : example
36
36
- name : Install pods
37
- run : bundle exec pod install
37
+ run : RCT_NEW_ARCH_ENABLED=0 npx pod- install
38
38
working-directory : example/ios
39
39
- name : Build ios example app
40
- run : xcodebuild -scheme RNSACExample -workspace RNSACExample.xcworkspace ONLY_ACTIVE_ARCH=NO -sdk iphonesimulator -configuration Debug
40
+ run : xcodebuild -scheme ReactTestApp -workspace RNSACExample.xcworkspace ONLY_ACTIVE_ARCH=NO -sdk iphonesimulator -configuration Debug
41
41
working-directory : example/ios
42
42
ios-build-fabric :
43
43
runs-on : macos-latest
58
58
run : yarn install
59
59
working-directory : example
60
60
- name : Install pods for new arch
61
- run : RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
61
+ run : RCT_NEW_ARCH_ENABLED=1 npx pod- install
62
62
working-directory : example/ios
63
63
- name : Build ios example app
64
64
run : xcodebuild -scheme RNSACExample -workspace RNSACExample.xcworkspace ONLY_ACTIVE_ARCH=NO -sdk iphonesimulator -configuration Debug
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ ws_dir = ws_dir.parent until
4
4
ws_dir . expand_path . to_s == '/'
5
5
require "#{ ws_dir } /node_modules/react-native-test-app/test_app.rb"
6
6
7
- workspace 'safe-area-example .xcworkspace'
7
+ workspace 'RNSACExample .xcworkspace'
8
8
9
9
options = {
10
+ # RCT_NEW_ARCH_ENABLED env variable (used in CI) takes precedence over the following
10
11
:bridgeless_enabled => true ,
11
12
:fabric_enabled => true ,
12
13
:hermes_enabled => true ,
Original file line number Diff line number Diff line change @@ -1986,6 +1986,6 @@ SPEC CHECKSUMS:
1986
1986
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
1987
1987
Yoga: 157bed1c62656587df4639d4dc29714898f8fb10
1988
1988
1989
- PODFILE CHECKSUM: 352e8510c9f10cba42bd8081cb7c91dfb1d1f66e
1989
+ PODFILE CHECKSUM: 0fafacc6692f2be08ea55bd74268ec824584f1f4
1990
1990
1991
1991
COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments