How to find DWARF_DSYM_FOLDER_PATH and DWARF_DSYM_FILE_NAME in xcode 9.3

后端 未结 3 1451
灰色年华
灰色年华 2021-02-02 18:07

I am using the Crashlytics in order to report the crash occurs in the iOS app. Here, I want to know how to find the path of these below dwarf folder and file in xcode:

<

3条回答
  •  失恋的感觉
    2021-02-02 18:57

    If you have a workspace and multiple schemes, you can use the following command from the xcodebuild tool.

    xcodebuild -workspace Project.xcworkspace -scheme ProjectSceheme -showBuildSettings
    

提交回复
热议问题