themiswang
themiswang
Hey @lilidotshi, I gonna convert this issue to a feature request instead since this probably need a product decision to make for this feature. Let me know if you have...
Crashlytics does not have dependency on grpc. Probably relate to Firestore?
~~Remove Crashlytics, it has nothing to do with Crashlytics. We only record the crash.~~ Edit: seems like there is a timing difference on change :)
Hey @Dudi111, Sorry for getting into this now. For 19.2.0 release we did a lot of refactor work to improve the efficiency of the SDK so many disk I/O processes...
The warning seems like is from XCode/lldb compiler rather than Crashlytics (https://lldb.llvm.org/cpp_reference/SymbolFileDWARF_8cpp_source.html line655). This is probably something on Apple side, Crashlytics only consumes dSYM which is generated from Xcode. Related...
One thing I realized after update to xcode 16.1 my test app build setting for `Debug information format` debug mode is changed to `DWARF` instead of `DWARF with dSYM file`....
Hey @theoks, First on our side as me and @rizafran have tried we cannot reproduce the issue, we really appreciate if someone could give us a test app example or...
Hey @sidbmw, Sorry for the late reply, this issue might take us longer to fix. I have a few experiments for the fix but they all need some performance validation...
Hey @dkimitsa, This might not be a regular way to add iOS SDK as a project dependency, could you share an [mcve](https://stackoverflow.com/help/minimal-reproducible-example) or detailed steps in reproducing the issue?
Hey @Sztaba I was looking into this last week, currently we don't officially support KMP, but there is a work around you can at least get more meaningful stack trace...