lib/snapshot/dependency_checker.rb in snapshot-0.8.0 vs lib/snapshot/dependency_checker.rb in snapshot-0.9.0

- old
+ new

@@ -17,10 +17,10 @@ raise "Run 'xcode-select --install' and start snapshot again" end end def self.check_simulators - Helper.log.debug "Found #{Simulators.available_devices.count} simulators." + Helper.log.debug "Found #{Simulators.available_devices.count} simulators." if $verbose if Simulators.available_devices.count < 1 Helper.log.fatal '#############################################################' Helper.log.fatal "# You have to add new simulators using Xcode" Helper.log.fatal "# You can let snapshot create new simulators: 'snapshot reset_simulators'" Helper.log.fatal "# Manually: Xcode => Window => Devices"