-
Hey, for a while now I cannot add Sentry to my project. I've tried on and off for a few months, thinking maybe its the Xdebug version or something inbetween and it would fix itself. But it never did and now I am lost. I dont really know where to start looking, so I will just give every info I have, hopeing someone knows what to do. :D Podfile has this:
Opening the project and building (no import of Sentry SDK yet) works fine. App works. The build logs (errors); I have modified my apps name. Xcode Version is Min target (as per Podfile) for my app is ios 12. What I've tried:
Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @pquerner, thanks for bringing this up. This seems like a potential bug in the SDk, therefore I'll convert this discussion into an issue. Would you be able to build a minimal project for us, so we can reproduce this on our end? A simple project which does not build with this error would be sufficient. You can also send it to [email protected] if you do not want it to be public. |
Beta Was this translation helpful? Give feedback.
-
These lines look suspicious right off the bat: I'm guessing you're somehow building and linking two copies of the SDK and then merging everything together which makes the linker complain about all the duplicate definitions. |
Beta Was this translation helpful? Give feedback.
-
Closed as per solved in #5046 |
Beta Was this translation helpful? Give feedback.
Closed as per solved in #5046