We are trying to upgrade our application to React Native 0.64 and we have an issue with the cocoa-pods installation since the minimum required version for react now is 1.10.1 and all Mac stacks on bitrise use 1.10.0. This is an issue for us and potentially others who are using bitrise for react native builds.
Off-course we can mitigate the issue by running a script with sudo gem install cocoapods
before cocoa-pods install, but it should be done on bitrise side.
Can this be addressed or should this be a feature request?
Environment:
- Visual studio for mac stable channel
- Cocoapods install step, Version: 2.1.0
Build log
CocoaPods 1.10.1 is available.
To update use: `gem install cocoapods`
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.10.1
//...
[!] `React` requires CocoaPods version `>= 1.10.1`, which is not satisfied by your current version, `1.10.0`.