rakefile.rb in rhodes-3.2.0.beta.5 vs rakefile.rb in rhodes-3.2.0.beta.6

- old
+ new

@@ -1096,9 +1096,15 @@ end $appname = $app_config["name"].nil? ? "Rhodes" : $app_config["name"] if !File.exists?($path) puts "Cannot find RhoSimulator: '#{$path}' does not exists" + puts "Check sdk path in build.yml - it should point to latest rhodes (run set-rhodes-sdk in application folder) OR" + + if $config['env']['paths']['rhosimulator'] and $config['env']['paths']['rhosimulator'].length() > 0 + puts "Check 'env:paths:rhosimulator' path in '<rhodes>/rhobuild.yml' OR" + end + puts "Install Rhodes gem OR" puts "Install RhoSimulator and modify 'env:paths:rhosimulator' section in '<rhodes>/rhobuild.yml'" exit 1 end