Hi
I am working with the ios project and recently i observed that the pod installation is getting failed every time If someone looking into it please let me know
Hi
I am working with the ios project and recently i observed that the pod installation is getting failed every time If someone looking into it please let me know
Hy there, how is it failing? Could you send me the url of the build in which it did, so I can check the logs to see if I can come up with a possible solution?
Hi
Same for me,
I don’t know if it is the same problem but in my case it is the cocoapods-install step that fails without something relevant to know why :
$ gem "install" "cocoapods" "--no-document" "-v" "1.5.3"
Command failed, error: exit status 1
I tried to change my cocoapods version and use the 1.6.1 that is presents by default but same problem happened.
Hy there, based on this github thread, it seems the podspec path is not correct
something like this: native-navigation-boilerplate/Podfile at master · mhorowitz/native-navigation-boilerplate · GitHub
I do not understand the link between my problem and your solution
cocoapods
gem installation, not on installation of podsRegards
Sébastien
hy @seb , that was based on @yogeshthanvi’s build log, please send me your build log so I could check that as well
Hi
Here is the url of one of my failed builds : https://app.bitrise.io/build/72dea0651a6df9e6
I tried by giving the exact path even its not working, with the same configurations it was working last month and suddenly its not working it seems to be an issue at ur side
Could you try to update your cocoapod version? in your podfile.lock?
Could you please enable support user on the app’s settings tab please?
Hi
I did it yesterday. The build is : https://app.bitrise.io/build/60af36fa06512925
The error is
$ pod "_1.6.1_" "install" "--no-repo-update" "--verbose"
rbenv: version `2.5.0' is not installed (set by /Users/vagrant/git/ios/.ruby-version)
Command failed, error: exit status 1, retrying without --no-repo-update ...
$ pod "_1.6.1_" "repo" "update"
rbenv: version `2.5.0' is not installed (set by /Users/vagrant/git/ios/.ruby-version)
Command failed, error: exit status 1
is there a .ruby-version
file in your project? is the rbenv set to 2.5.0 in it? could you change that to 2.5.3?
There is no .ruby-version
in my project.
I have to mention that this project was building fine last week and in the same branch without notable modification on the branch it fails this week. Here is a build that succeeds last week : https://app.bitrise.io/build/2add65b76b9d1821
I found the only difference that could cause the step to fail
this is the one that succeeded with cocoapods version 1.5.3
and this one failed with 1.6.1, sooo I guess you should set the cocoapods version to 1.5.3 in your podfile.lock
Hi
To summarize my problem
I apologize because I just realized that I have a .ruby-version
file in my project. Maybe there was a modification on the ruby version on bitrise last week and this explain why my step fail.
I will try to remove my .ruby-version
file to see if it solves the problem.
Regards
Sebastien
yes the cocoapod version update was indeed on our end
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.