-
Notifications
You must be signed in to change notification settings - Fork 170
DSYM files successfully uploaded to Firebase but still "missing" in the Firebase Crashlytics Console #403
Comments
Bump |
I have the same 4 warning during build the release version with the V 3.14.0.3 of the Xamarin.Firebase.iOS.Crashlytics. |
I have the following Output. 2> chmod +x upload-symbols Is there a solution already for this problem? |
@jonathanfontaine did you fixed this issue? How to upload the dsyms file for xamarin ios project in visual studio |
@padmasrisekar Nope, still have obfuscated stacktraces in some cases... |
I found out that Crashlytics Dashboard takes some time to process DSYM files and if multiple developers are working, all of them need to generate a release build and make sure DSYM symbols files are published as well which they will see in the console. If any one of the develop doesn't create a release build then this error may still persist for long time. |
Hi,
I'm having trouble with Xamarin.Firebase.iOS.Crashlytics : crashes on the Firebase Console are obfuscated because "mandatory DSYMs files are missing" :
The GoogleService-Info.plist file is in the root directory and I've downloaded it from Firebase Console
According to the readme.txt file, I've added the following lines in my .csproj file :
Could you please help me to get full and readable iOS stacktraces in Firebase Console ?
The text was updated successfully, but these errors were encountered: