CI error when run pod install #2926
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceToday, When CI run, pod install error, yesterday it works just fine
Expected resultsPod install success Actual resultsPod install error
Build id (optional)67887a1850168caf95916e99 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @vulv-nals, |
Beta Was this translation helpful? Give feedback.
-
I encountered an issue with the CocoaPods version I was using (1.15.2). Using version 1.13.0 => the issue was resolved. I think you should fix this issue with CocoaPods versions greater than 1.13.0. Thanks! |
Beta Was this translation helpful? Give feedback.
Hello @vulv-nals,
A fix for this was released yesterday - rails/rails#54260
Kindly try running this build again. If this issue persists, please temporarily roll back the CocoaPods version to
1.13.0
to solve the problem