Closed mieszko4 closed 6 years ago
Hi!
Can you please send the URL of the build? :)
It is possible that the "Run CocoaPods install" step is not running before the "Xcode Archive & Export" step?
I think the best idea is to put the "Run CocoaPods install" step right after the "Git Clone Repository" step.
Hi!
The url of the build is https://www.bitrise.io/build/7cb1934a9b9bd934
The more detailed error is:
ArgumentError - Malformed version number string
And I figured out that the problem started happening when stable stack was updated by bitirise - I think updating cocoapods in the stable stack caused the problem.
Temporary solution: I've just figured out that when I choose Previous Hybrid (Xamarin, Ionic, ...) on macOS, includes Visual Studio for Mac, Stable channel
stack the builds are working again.
I will try to update cocoapods locally now and see if it will work with current stable stack.
@mieszko4 please upgrade your CocoaPods version on your Mac and then run a pod install
or pod update
with it, so that it updates the required cocoapods version in the Podfile.lock
and of course commit the change.
This is required because older cocoapods versions have this issue (the Malformed version number string
one) with newer Ruby versions. The latest CocoaPods (1.5.3) fixes it and can work with newer ruby versions.
You can find the official cocoapods issue report & thread at: https://github.com/CocoaPods/CocoaPods/issues/7765#issuecomment-391950260
After installing newest pod (sudo gem install cocoapods
), running pod install
and pushing the changes bitrise is working again with Stable stack.
Thanx guys for your help! I will close this issue now.
Glad to hear - thanks for reporting @mieszko4 ! :)
Just recently I started getting the following error: It seems like
pod install
is not executed soPods/Manifest.lock
is not thereCould you give me some tips to resolve this issue please?