Skip to content

Fastlane updates made in the iOS wizard fail when ran #1054

@jannemecek

Description

@jannemecek

Environment

6.1.2

Steps to Reproduce

  1. Ran sentry-wizard to add to an existing iOS project with fastlane configured
  2. Answered positively to update the fastlane config with debug symbol upload
  3. Ran the fastlane action to build (and upload debug symbols)

Expected Result

Fastlane executes successfully and debug symbols are uploaded

Actual Result

Fastlane fails at sentry_cli step which was added.

[13:20:27]: Called from Fastfile at line 25
[13:20:27]: ```
[13:20:27]:     23:         upload_to_testflight
[13:20:27]:     24:         
[13:20:27]:  => 25:         sentry_cli(
[13:20:27]:     26:           org_slug: 'reader-ventures',
[13:20:27]:     27:           project_slug: 'challenge-app',
[13:20:27]: ```
[13:20:27]: Could not find action, lane or variable 'sentry_cli'. Check out the documentation for more details: https://docs.fastlane.tools/actions
....
[13:20:28]: fastlane finished with errors

[!] Could not find action, lane or variable 'sentry_cli'. Check out the documentation for more details: https://docs.fastlane.tools/actions

In order to get it working I had to install the fastlane plugin and rename the action being called to sentry_debug_files_upload

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions