lib/gym/error_handler.rb in gym-0.1.0 vs lib/gym/error_handler.rb in gym-0.2.0
- old
+ new
@@ -61,10 +61,10 @@
when /no provisioning profile matches '(.*)'/
print "Could not find provisioning profile with the name '#{$1}'"
print "Make sure the name of the provisioning profile is correct"
print "and it matches a locally installed profile"
print "You can pass the name of the provisioning profile using the"
- print "`--provisioning_profile_name` option"
+ print "`--provisioning_profile_path` option"
when /mismatch between specified provisioning profile and signing identity/
print "Mismatch between provisioning profile and code signing identity"
print "This means, the specified provisioning profile was not created using"
print "the specified certificate."
print "Run cert and sigh before gym to make sure to have all signing resources ready"