Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Pin activesupport gem #2644

Closed
crherman7 opened this issue Oct 16, 2023 · 1 comment
Closed

[Bug Report] Pin activesupport gem #2644

crherman7 opened this issue Oct 16, 2023 · 1 comment

Comments

@crherman7
Copy link
Contributor

crherman7 commented Oct 16, 2023

Expected Behavior

pod install should work without issue.

Actual Behavior

pod install fails with error pointing to activesupport resolution.

CocoaPods/CocoaPods#12081

Issue areas

pod install

Specifications

  • Version: @brandingbrand/code-core: 12.0.1
  • Platform: react-native: 0.71.+

Resolution

facebook/react-native#39828
CocoaPods/CocoaPods#12091
CocoaPods/CocoaPods#12082

gem 'cocoapods', '~> 1.11', '>= 1.11.2'

gem 'cocoapods', '>= 1.11.3'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
@crherman7
Copy link
Contributor Author

No longer needed as cocoapods gem was updated to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant