codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
261 stars 42 forks source link

Bugfix: `xcode-project use-profiles` error message if `xcodeproj` Ruby gem is missing #277

Closed priitlatt closed 2 years ago

priitlatt commented 2 years ago

Fixes #276.

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.

Screenshot 2022-10-21 at 15 50 36

Updated actions: