Felix Lisczyk
Felix Lisczyk
I don't see the option "Apply Rules Globally" in the latest version 2.0.0. Is there any way to disable Lulu for Xcode simulators?
I'm encountering the same error when using deliver with the `edit_live` flag enabled. Setting the promotional text for the edit version works, but I've noticed that I cannot clear the...
This issue is still reproducible with the latest fastlane version 2.204.2. Fastlane ``` deliver( edit_live: true, force: true, run_precheck_before_submit: false, skip_screenshots: true, promotional_text: { "en-US" => "My Promo Text", "de-DE"...
The issue still occurs in the latest fastlane version 2.204.3. See my previous comment for the configuration and stack trace.
The error message remains unchanged in the latest fastlane version 2.205.2.
The error message remains unchanged in the latest fastlane version 2.208.0
I receive the same error message in fastlane 2.191.0: `fastlane pilot add -a -g --api_key_path ` ``` [12:12:58]: Creating authorization token for App Store Connect API [12:13:04]: The URL path...
This issue still occurs in the latest fastlane version 2.204.3. Fastlane ``` sh "fastlane pilot add #{tester_email} -a #{app_id} -g #{group_id} --api_key_path #{api_key_path}" ``` Stack trace ``` [15:36:51]: Creating authorization...
This is still an issue in the latest fastlane version 2.205.2.
There is another deprecation warning when using this action: ``` Run apple-actions/import-codesign-certs@v1 with: p12-file-base64: *** p12-password: *** keychain: signing_temp create-keychain: true Warning: The `set-output` command is deprecated and will be...