File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
sample/ios/sample.xcodeproj Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 7474 bundle config set path 'vendor/bundle'
7575 bundle install --jobs 4 --retry 3
7676
77+ - name : Prepare environment
78+ working-directory : ./sample
79+ run : |
80+ export RCT_NEW_ARCH_ENABLED=0
81+ echo "RCT_NEW_ARCH_ENABLED=$RCT_NEW_ARCH_ENABLED"
82+
83+
7784 - name : Install pods (via bundler)
7885 working-directory : ./sample/ios
7986 run : |
@@ -92,10 +99,10 @@ jobs:
9299 xcodebuild \
93100 -workspace sample.xcworkspace \
94101 -scheme "sample" \
95- -sdk iphonosimulator \
96- -destination 'platform=iOS Simulator,OS=17.5 ,name=iPhone 15 ' \
102+ -sdk iphonesimulator \
103+ -destination 'platform=iOS Simulator,OS=18.2 ,name=iPhone 16 Pro ' \
97104 -only-testing:sampleTests \
98- test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
105+ test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
99106
100107 test-android :
101108 needs : test-rn
Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 77;
6+ objectVersion= 77;
77 objects = {
88
99/* Begin PBXBuildFile section */
You can’t perform that action at this time.
0 commit comments