-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update documentation to make it clearer CocoaPods is not mandatory #298
Comments
I assume your Regardless we actually have new docs merged in today (not sure when they will be live) that suggests to use our gradle plugin that does all the linking so you're not tied to using only cocoapods. Please try it out
|
Yes, we do set |
Closing as new docs now states using the gradle plugin instead which handles the configuration automatically |
Problem Statement
Currently, the docs on https://docs.sentry.io/platforms/kotlin-multiplatform suggest CocoaPods is mandatory when integrating the library. There's even a section on SPM at the bottom that says we can use SPM for other things, but we still need CocoaPods for Sentry.
Is this really true, though? We tried adding Sentry directly on iOS with SPM (https://docs.sentry.io/platforms/apple/install/swift-package-manager) and it seems to have worked fine. Looking at #118 and #108 it also seems to confirm this strategy would be fine.
It would be great to get clarity on this and get the docs updated if they're indeed misleading.
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: