fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.26.0.beta.20170405010026 vs fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.26.0.beta.20170406010019

- old
+ new

@@ -74,20 +74,20 @@ rescue => ex [ "-------------------------------------------------------", "Original Error:", " => " + ex.to_s, - "A build error occured. You are using legacy `shenzhen` for building", + "A build error occurred. You are using legacy `shenzhen` for building", "it is recommended to upgrade to _gym_: ", "https://github.com/fastlane/fastlane/tree/master/gym", core_command, "-------------------------------------------------------" ].each do |txt| UI.error(txt) end # Raise a custom exception, as the the normal one is useless for the user - UI.user_error!("A build error occured, this is usually related to code signing. Take a look at the error above") + UI.user_error!("A build error occurred, this is usually related to code signing. Take a look at the error above") end end def self.params_to_build_args(config) params = config.values