-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Incompatible with Fastlane 2.137 #31
Comments
Will look into tomorrow or Wednesday! Thanks for posting all your gem versions 😊❤️ |
awesome, thank you! |
@joshdholtz Any update on this? Or any other PR that is opened please? |
@Kaspik On it now! Won’t leave my desk until merged and released. Thanks for ping ❤️ |
Thaaank ya! |
@joshdholtz Seems like this didn't go as expected... :) Anything we can help with? |
@Kaspik My apologies! Needed to get a new version of fastlane out and prepping for a talk/presentation today took longer than expected. Still have the tab open to get to as soon as I can 🙏 |
@joshdholtz It seems like there is more issues. This uses older xcov, and it's way older so it can't get results from XCode 11 build. Running on the same code (workspace) |
@jake-fooda Are you able to upgrade to Ruby 2.4 at all? Ruby 2.4 has some major security updates to it and a lot of the dependencies that fastlane uses are requiring Ruby 2.4. There are things within the we are trying to do within fastlane to still support older versions of Ruby but its getting harder and harder. If you could let me know if you could update to Ruby 2.4 and if that works that would be great! |
@Kaspik Are you also running something older than Ruby 2.4? 🤔 |
I’m running 2.7.1 already :) |
@joshdholtz I believe my issue is different than this one at the end, and I described that here: #30 We basically need to update this library to latest XCov to support XCode 11 so we don§t have to do |
We're seeing errors running
danger-xcov
with the latest version of fastlane. Any help with what we're doing wrong would be great. Thanks!We're using versions:
fastlane
2.137.0
danger
6.1.0
danger-xcov
0.4.1
faraday
0.17.1
octokit
4.14.0
xcov
1.7.0
The text was updated successfully, but these errors were encountered: