简体   繁体   中英

Crashalytics not working for xcode 10, iOS12

对于Xcode 10或更高版本和iOS 12或更高版本,Crashlytics不会向Fabric报告崩溃事件。

To report crash to Fabric from Xcode 10 and iOS 12 or higher

Step 1:

  1. Go to Build Settings
  2. Search "Debug Information Format"
  3. Change value of "Debug" from "DWARF" to "DWARF with dSYM File"
  4. Build your project again.

调试信息格式

Step 2:

Set absolute path of Info.plist in "Input Files" - Add/Change "Input Files" value in Run Script added for Fabric under "Build Phases" - From "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)" To new path* "/Info.plist"

*new path: You can also get Info.plist path from Build Settings -> Packaging -> Info.plist File

Plist路径

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM