Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Added auto-detect of the export issue with instructions how to solve it
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Sep 21, 2015
1 parent 2e17e85 commit a4d6182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/gym/error_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ def handle_package_error(output)
when /Codesign check fails/
print "A general code signing error occurred. Make sure you passed a valid"
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"
end
raise "Error packaging up the application".red
end
Expand Down

0 comments on commit a4d6182

Please sign in to comment.