-
-
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
Linker command failed error at XCode build time #278
Comments
Same problem, waiting for a solution |
could you try sentry cocoa 8.36.0 with kotlin 2.0.21-RC? are you on xcode 16? |
I am having the same issue with pod GoogleSignIn, waiting for a solution as well |
kotlin:2.0.21, sentry-kotlin-multiplatform:0.10.0, same issue |
add this file
can run on iOS , but when I init sentry , get :
|
update Sentry to '8.39.0' can fix it
👍 |
can you provide a repro sample where it doesnt work? |
Platform
Apple
Installed
CocoaPods
Version
0.9.0
Steps to Reproduce
Kotlin 2.0.20
project build.gradle.kts:
kotlin("native.cocoapods") version "2.0.20" apply false
module build.gradle.kts:
kotlin("native.cocoapods") version "2.0.20"
pod setup:
gradle.properties:
kotlin.apple.deprecated.allowUsingEmbedAndSignWithCocoaPodsDependencies=true
Expected Result
Project builds successfully.
Actual Result
Getting this error when trying to build (only happens if I import the Sentry classes and use them in my code, but not otherwise):
The text was updated successfully, but these errors were encountered: