Skip to content

Commit

Permalink
Pin Xcodeproj to < 1.26.0 (#47237)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #47237

The Xcodeproj gem has been released yesterday to version 1.26.0 and it broke the CI pipeline of react native.

This should fix the issue

[Internal] - Pin Xcodeproj gem to 1.26.0

Reviewed By: blakef

Differential Revision: D65057797

fbshipit-source-id: f4035a1d3c75dd4140eb1646ab2aa0ccb08fb16b
  • Loading branch information
cipolleschi committed Nov 12, 2024
1 parent 93c3341 commit dfcad7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.12'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
1 change: 1 addition & 0 deletions packages/react-native/template/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ ruby ">= 2.6.10"
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'
1 change: 1 addition & 0 deletions packages/rn-tester/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ ruby ">= 2.6.10"
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'rexml'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
gem 'xcodeproj', '< 1.26.0'

0 comments on commit dfcad7c

Please sign in to comment.