Closed bruce-ios closed 3 years ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Firebase.framework
should not be embedded. See the Delete Firebase.framework from the Link Binary With Libraries Build Phase.
step at https://github.com/firebase/firebase-ios-sdk/blob/master/Carthage.md
Please review related issues or open another issue if you're still having trouble with Crashlytics when it is excluded.
Step 0: Are you in the right place?
firebase
tag.[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
I use
carthage update --platform iOS --use-xcframeworks
And find the Firebase alse.framework
, not xcframework. Next when I run in real device and got an error.When I do not embed Firebase.framework and run my device, it's work fine. But my crashlytic report don't get any crash error data in the firebase console.
When I embed Firebase.framework and run in simulator, I can get the crash error data in the firebase console.
How to fix this issue?