-
-
Notifications
You must be signed in to change notification settings - Fork 18
KMP plugin 0.11.0 makes iOS build fail on GitHub Action workflow #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
@franmontiel thanks for opening the issue! Could you add |
Hi @romtsn, I've just added the full stacktrace at the end of the issue description |
Hey thanks, we will have a look |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform
Apple
Installed
Swift Package Manager
Version
0.11.0 plugin
Steps to Reproduce
This version allows me to build locally the iOS library without issues but makes the build fail on GitHub Actions with the following error:
As a sample the "Build and Test" step of the following workflow is failing (it also fails if using
./gradlew iosSimulatorArm64TestBinaries
or/gradlew linkDebugFrameworkIosSimulator
)Expected Result
The library builds correctly in the GitHub Actions environment (as it was doing until the usage of the Sentry plugin).
Actual Result
The library does not compile
Here the full stacktrace -> sentry-github-actions-stacktrace.txt
The text was updated successfully, but these errors were encountered: