-
-
Notifications
You must be signed in to change notification settings - Fork 202
Support asdf in ns doctor #6061
Copy link
Copy link
Open
Labels
feature-pending-triageA new feature request pending triage to confirm validity.A new feature request pending triage to confirm validity.
Metadata
Metadata
Assignees
Labels
feature-pending-triageA new feature request pending triage to confirm validity.A new feature request pending triage to confirm validity.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
I use
asdfto manage my Ruby and Node versions. Unfortunately this currently breaksns doctor, which means iOS builds fail during the CocoaPods test. The reason is thatns doctorperforms the CocoaPods test in the /tmp folder -- but theasdfconfiguration is in the project folder.Describe the solution you'd like
The
ns doctorcommand could check forasdfand if it's present, get the configured Ruby version for the project, and create a.tool-versionsfile in the CocoaPods test project directory that specifies this version.See referenced PR below.
Describe alternatives you've considered
No response
Anything else?
No response
Please accept these terms