Xcode 10 Crashlytics Installation
Go into Build settings of the your target. Find "Debug Information Format". Set this from "DWARF" in both debug and release to "DWARF with dSYM File"
Please check step here https://fabric.io/kits/ios/crashlytics/manual-install
check that you follow all step or not. https://fabric.io/kits/ios/crashlytics/install
https://support.crashlytics.com/knowledgebase/articles/121064-why-don-t-i-see-data-from-my-first-crash-in-the-da
Use
$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)
instead of
$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)