Skip to content

Commit

Permalink
Merge pull request #1604 from synonymdev/fix/build-issues
Browse files Browse the repository at this point in the history
build: fix ios not building w/ Xcode 15.3
  • Loading branch information
ovitrif authored Mar 13, 2024
2 parents 64ba2fb + e41b3fd commit d20a623
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 495 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.13'
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
Loading

0 comments on commit d20a623

Please sign in to comment.