Skip to content

Commit 5555f27

Browse files
tmp fix rn builds
1 parent 6bb13b8 commit 5555f27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-packages/e2e-tests/cli.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ if (actions.includes('create')) {
143143
});
144144

145145
if (fs.existsSync(`${appDir}/Gemfile`)) {
146+
// TMP Fix for https://github.com/CocoaPods/Xcodeproj/issues/989
147+
fs.appendFileSync(`${appDir}/Gemfile`, "gem 'xcodeproj', '< 1.26.0'\n");
148+
146149
execSync(`bundle install`, { stdio: 'inherit', cwd: appDir, env: env });
147150
execSync('bundle exec pod install --repo-update', { stdio: 'inherit', cwd: `${appDir}/ios`, env: env });
148151
} else {

0 commit comments

Comments
 (0)