lib/gym/error_handler.rb in gym-1.6.3 vs lib/gym/error_handler.rb in gym-1.7.0
- old
+ new
@@ -86,10 +86,10 @@
when /IDEDistributionErrorDomain error 1/
when /Error Domain=IDEDistributionErrorDomain Code=/
standard_output = read_standard_output output
print standard_output if standard_output
print "There was an error exporting your application"
- print "Unfortunately the new Xcode export API is unstable and causes problems on some project"
+ print "Unfortunately the new Xcode export API is unstable and causes problems on some projects"
print "You can temporary use the :use_legacy_build_api option to get the build to work again"
end
UI.user_error!("Error packaging up the application")
end