precheck/lib/precheck/runner.rb in fastlane-2.175.0 vs precheck/lib/precheck/runner.rb in fastlane-2.176.0
- old
+ new
@@ -24,10 +24,10 @@
# This means that API Key will fail if checking for IAPs.
#
# There is also a check in Deliver::Runner for this.
# Please remove check in Deliver when the API support IAPs.
if Precheck.config[:include_in_app_purchases]
- UI.user_error!("Precheck cannot check In-app purchases with the App Store Connect API Key (yet). Exclude In-app purchases from precheck or use Apple ID login")
+ UI.user_error!("Precheck cannot check In-app purchases with the App Store Connect API Key (yet). Exclude In-app purchases from precheck, disable the precheck step in your build step, or use Apple ID login")
end
UI.message("Creating authorization token for App Store Connect API")
Spaceship::ConnectAPI.token = api_token
elsif Spaceship::Tunes.client.nil?