Is your feature request related to a problem? Please describe.
I use asdf to manage my Ruby and Node versions. Unfortunately this currently breaks ns doctor, which means iOS builds fail during the CocoaPods test. The reason is that ns doctor performs the CocoaPods test in the /tmp folder -- but the asdf configuration is in the project folder.
Describe the solution you'd like
The ns doctor command could check for asdf and if it's present, get the configured Ruby version for the project, and create a .tool-versions file 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
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