I have problem with Crashlytics not showing crashes on Firebase dashboard only the testing phone that is connect to my Mac is showing. I followed the instruction on Firebase doc. and did the force crash testing on the testing phone it did show the crash on Firebase. However, when I upload the new build the user's crash did not show in the dashboard. Can anyone help me with that? (I just install Crashlytics last week so I didn't use Fabric) Thanks!!!!
This is the pod I have:
pod 'Firebase/Analytics'
pod 'Firebase/Messaging'
pod 'Firebase/Core'
pod 'Firebase/Crashlytics'
What I have in AppDelegate
import Firebase
import UserNotifications
import FirebaseCrashlytics
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
FirebaseApp.configure()
return true
}
Build setting's Debug Information Format: DWARF with dSYM File Uploaded Crashlytics symbols "Successfully uploaded Crashlytics symbols" response
My Crashlytics dSYMs still show it is missing. I uploaded the Crashlytics symbols yesterday.
**Updated: I found the problem and the solutions. Please check the answer