-
Notifications
You must be signed in to change notification settings - Fork 50
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
trainer Fails When xcodebuild Quits With Exit Status 65 #22
Comments
Having the same issue.. although Status 65 appears to be a fastlane bug with scan |
Same here @SlaunchaMan. I've dug through the Are you also using the @KrauseFx does that line up? If yes, I'd be happy to put together a PR to fix the issue. I'd assume we'd just want to avoid throwing that error if |
@cnoon Yes, I am using it with the Fastlane plugin. Fingers crossed on a fix! 😄 |
Okay, looks like this issue was fixed in 8b8a755. What's super weird is that the fix is in |
I bet if you pointed your Gemfile at the repo and not at the release it would work. I'm going to give that a go now. I've never released a gem before, but I wonder if it's possible to release the wrong commit. It doesn't appear that this project uses git tags for tracking. |
Okay, more updates. I was off on my versioning a bit mentioned above. It appears that the In the meantime @SlaunchaMan, you can work around the issue by updating your gem "fastlane-plugin-trainer", :git => "https://github.com/KrauseFx/trainer.git", :ref => "28ddc18b" That will pick up the |
Will push a new release, thanks |
New release is live, let me know if it works |
Will do! |
Awesome, thanks @KrauseFx! 🍻 |
we still experience the same issue with fastlane-plugin-trainer 0.4.1 and Fastlane 2.108.0 - see also #13 (comment) |
Still seeing this issue as well. Looking in the plist file I see that xcode is outputting a |
Still seeing this issue. fastlane-plugin-trainer 0.4.1, fastlane 2.165.0 |
Even though I have the
fail_build
setting set tofalse
, occasionally if xcodebuild returns an exit status of 65, trainer will fail.A snippet from the log
Looking at the code, I’m not sure how the “Unit tests failed” message appears when
fail_build
is set tofalse
. Here’s what the relevant portion of myFastfile
looks like:The text was updated successfully, but these errors were encountered: