-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Environment
6.1.2
Steps to Reproduce
- Ran sentry-wizard to add to an existing iOS project with fastlane configured
- Answered positively to update the fastlane config with debug symbol upload
- 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
Projects
Status
No status