diff --git a/fastlane/lib/fastlane/helper/xcodes_helper.rb b/fastlane/lib/fastlane/helper/xcodes_helper.rb index 74f1608a655..ea35d098d9f 100644 --- a/fastlane/lib/fastlane/helper/xcodes_helper.rb +++ b/fastlane/lib/fastlane/helper/xcodes_helper.rb @@ -12,7 +12,7 @@ def self.read_xcode_version_file end def self.find_xcodes_binary_path - `which xcodes`.strip + Actions.sh("which xcodes", log: false).strip end module Verify