lib/gym/detect_values.rb in gym-0.4.3 vs lib/gym/detect_values.rb in gym-0.4.4

- old
+ new

@@ -121,9 +121,10 @@ puts "Select Scheme: " config[:scheme] = choose(*(proj_schemes)) end else Helper.log.error "Couldn't find any schemes in this project, make sure that the scheme is shared if you are using a workspace".red + Helper.log.error "Open Xcode, click on `Manage Schemes` and check the `Shared` box for the schemes you want to use".red raise "No Schemes found".red end end