lib/gym/error_handler.rb in gym-1.12.1 vs lib/gym/error_handler.rb in gym-1.13.0

- old
+ new

@@ -88,11 +88,10 @@ print "You can temporarily use the :use_legacy_build_api option to work around the issue:" print "In your Fastfile:" print " gym(use_legacy_build_api: true)" print "On the command line:" print " gym --use_legacy_build_api" - when /IDEDistributionErrorDomain error 1/ - when /Error Domain=IDEDistributionErrorDomain Code=/ + when /Error Domain=IDEDistributionErrorDomain Code=/, /IDEDistributionErrorDomain error 1/ 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 projects" print "You can temporarily use the :use_legacy_build_api option to work around the issue:"