Open rasberik opened 1 month ago
No time to fill this out & maintain, so let me close.
Those who face following errors can use this to patch it
undefined method `in_house?' for nil
Can confirm this worked. Sad to see
Is there a reason the PR is still in draft?
If you don't have time I can open a new PR with the same changes and handle the administrative stuff btw
Is there a reason the PR is still in draft?
@dxvid-pts Thanks! Getting maintainers attention is the only issue for me. Since you are interested, I can finish it up (gotta check the tests) and hopefully it will get merged
thank you!
Added a test for related part of the code (doesn't prevent the underlying bug itself, but +coverage), ran all spec tests and rubocop format.
@dxvid-pts Its my third open PR without maintainer attention, any help to get this merged would be appreciated đđť
Failing check is unrelated test from fastlane_core. Seems like environmental issue
@dxvid-pts Its my third open PR without maintainer attention, any help to get this merged would be appreciated đđť
maybe @lacostej can help as he reviewed the related enterprise API PR?
Or @milch? He merged the related enterprise API PR.
cc @mollyIV
I'd love to see this move forward as well. We've long used match to manage certs and profiles. Until now we've used a normal login with password and 2FA, but that doesn't seem to be working this week. I'm trying to set this up with an API Key but am encountering this bug. I'm wonder if the CircleCI failure here is really caused by this issue, or was a problem on main too the day that it ran 3 weeks ago. Maybe if this check is re-run it will pass?
Checklist
bundle exec rspec
from the root directory to see all new and existing tests passbundle exec rubocop -a
to ensure the code style is validci/circleci
builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)Motivation and Context
Spaceship.client.in_house?
doesnt exist anywhere else in the codebase, and causing runtime failure underenterprise
circumstancesDescription
Resolves https://github.com/fastlane/fastlane/issues/21782 and related to https://github.com/fastlane/fastlane/issues/22324
After recent changes to enable enterprise API and switching
app_store_connect_api_key
for enterprise - noticed errors in match that prevents its from running.Error:
Testing Steps
For enterprise, match for enterprise with
app_store_connect_api_key
Required Env: