Closed matt-dalton closed 2 years ago
@denrase, do you have any clue what could cause this?
Huh, looks like the we are assuming the wrong architecture in this circumstance. I will check this out. Thanks @matt-dalton for bringing this up and sorry for the inconvenience.
@matt-dalton In the meantime, you could either continue using 1.12.2 or provide the path to a sentry-cli installation with the sentry_cli_path
parameter.
Hey @matt-dalton, we have created an alpha beta release where more architectures of sentry-cli are bundled with the gem. Could you check if this solves your issue?
https://github.com/getsentry/sentry-fastlane-plugin/releases/tag/1.13.1
Just managed to test, and it seems this now works. Thanks!
Environment
v1.13.0 I'm running on the following circleCI image:
Locally and on version 1.12.2, everything works fine.
If I ssh into the image and run
arch
it returnsx86_64
Relevant Fastfile lane:
CircleCI steps:
Steps to Reproduce
Locally my Fastfile works fine. When I run on the circleCI job above I get this error:
If I run with Sentry debug logging I don't get any additional information
Expected Result
It works as it does locally and on version 1.12.2
Is there anything else I can do to understand this error more? Any ideas what it could be?