sigh/lib/sigh/runner.rb in fastlane-2.63.0.beta.20171024010003 vs sigh/lib/sigh/runner.rb in fastlane-2.63.0.beta.20171025010003

- old
+ new

@@ -28,9 +28,10 @@ UI.important "Recreating the profile" profile.delete! profile = create_profile! end else + UI.user_error!("No matching provisioning profile found and can not create a new one because you enabled `readonly`") if Sigh.config[:readonly] UI.important "No existing profiles found, that match the certificates you have installed locally! Creating a new provisioning profile for you" ensure_app_exists! profile = create_profile! end