lib/gym/error_handler.rb in gym-1.1.5 vs lib/gym/error_handler.rb in gym-1.1.6

- old
+ new

@@ -80,9 +80,13 @@ print "provisioning profile and code signing identity." when /expected one of \{\}/ print "It seems like you ran into this radar" print "https://openradar.appspot.com/radar?id=4952000420642816" print "You can temporary use the :use_legacy_build_api option to get the build to work again" + when /IDEDistributionErrorDomain error 1/ + print "There was an error exporting your application" + print "Unfortunately the new Xcode export API is unstable and causes problems on some project" + print "You can temporary use the :use_legacy_build_api option to get the build to work again" end raise "Error packaging up the application".red end def handle_empty_archive