bin/calabash-ios-setup.rb in calabash-cucumber-0.9.152 vs bin/calabash-ios-setup.rb in calabash-cucumber-0.9.153

- old
+ new

@@ -184,11 +184,11 @@ exit 1 end else dd_dir = Calabash::Cucumber::SimulatorHelper.derived_data_dir_for_project if not dd_dir - puts "Unable to find iOS project." - puts "You should run this command from an iOS project directory." + puts "Unable to find iOS XCode project." + puts "You should run this command from an XCode project directory." exit 1 end app_bundles = Dir.glob(File.join(dd_dir, "Build", "Products", "*", "*.app")) sim_dirs = Dir.glob(File.join(dd_dir, "Build", "Products", "Debug-iphonesimulator", "*.app")) sim_dirs = sim_dirs.concat(Dir.glob(File.join(dd_dir, "Build", "Products", "Calabash-iphonesimulator", "*.app"))) \ No newline at end of file