When active Ruby installation does not have xcodeproj gem available, then running xcode-project use-profiles fails with very generic error that does not reveal why the action failed. The changes in this PR will add a more self-explanatory and actionable error message that explains what happened, and what to do in case the invocation failed due to missing Ruby gem.
Fixes #276.
When active Ruby installation does not have
xcodeproj
gem available, then runningxcode-project use-profiles
fails with very generic error that does not reveal why the action failed. The changes in this PR will add a more self-explanatory and actionable error message that explains what happened, and what to do in case the invocation failed due to missing Ruby gem.Updated actions:
xcode-project use-profiles