Fabric - no such file or directory #4353
-
Hi, I am using RN 0.63.3 and RNF and got this error. I had suspicion it had something to do with Crashlytics and received suggestion it could be related to RNF, but i am not sure. I cant find almost anything on this error, so just wanted to ask. Btw i am doing update from react-native 0.61 to 0.63.3 along with other things since last November.
"react-native": "0.63.3", Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi there! Definitely related to Firebase, and specifically to the RNFB "Fabric Crashlytics -> Firebase Crashlytics" migration. Two thoughts: 1- that script is used to upload dSYMs which are effectively worthless in the bitcode era - https://stackoverflow.com/a/55796619/9910298 2- if you want to continue to upload your locally created dSYMs (perhaps for checking a debug stack trace, it can have limited purpose at least) you need to call the new Crashlytics script, as mentioned in the setup: cad58e1#diff-3bd938c98a87fa81f16efc012907ffb0 |
Beta Was this translation helpful? Give feedback.
Hi there! Definitely related to Firebase, and specifically to the RNFB "Fabric Crashlytics -> Firebase Crashlytics" migration.
Two thoughts:
1- that script is used to upload dSYMs which are effectively worthless in the bitcode era - https://stackoverflow.com/a/55796619/9910298
2- if you want to continue to upload your locally created dSYMs (perhaps for checking a debug stack trace, it can have limited purpose at least) you need to call the new Crashlytics script, as mentioned in the setup: cad58e1#diff-3bd938c98a87fa81f16efc012907ffb0