Parse SDK Crash 上报不上报

Parse SDK Crash reporting not reporting

我正在尝试让崩溃报告在我的应用程序中运行。我无法在我的仪表板中获得任何崩溃报告。我正在使用 swift 2.0、Xcode 7.1.1 并且我已经使用 cocoapods 安装了 Parse v1.9.1。报告导航器没有显示任何错误,一切都成功 运行:

Uploading iOS symbol files...

Uploaded symbol files.

Touch MyParseApp.app

ProcessProductPackaging 

Copying Swift standard libraries into MyParseApp.app

Process product packaging

Sign MyParseApp.app

Validate MyParseApp.app

Build succeeded

我使用了快速步骤指南中建议的 运行 脚本阶段:

export PATH=/usr/local/bin:$PATH cd /Users/osl/Projects/MyParseApp/ParseCloudCode parse symbols -p "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"

我的 Xcode 项目目录中的我的云代码目录 "ParseCloudCode" 包含这些文件:

.parse.local
{
  "applications": {
    "MyParseApp": {
      "applicationId": "******************************"
    },
    "_default": {
      "link": "MyParseApp"
    }
  }
}

.parse.project
{
  "project_type": 1,
  "parse": {
    "jssdk": "latest"
  },
  "email": "*****@*****.com"
}

并且我在 Xcode 项目目录中使用 parse new 命令创建了 i 。然后,我选择要向其报告崩溃的现有 Parse 应用程序。

我在设置云代码时是否遗漏了什么?

自 Parse 以来,我将在我的应用程序中删除 Parse 崩溃报告工具。我从 Parse 收到了这些信息:

Hi there,

At Parse, we're always working to improve your developer experience. Last December, we launched Parse Crash Reporting with the goals of recognizing, tracking, and ultimately resolving crashes in your app.

In the time since, we've seen huge strides being made within the industry's native solutions. These native experiences have the advantage of being more tightly integrated into your build and release process, offering a more robust, streamlined, and frictionless development experience for you.

The Parse Crash Reporting tool is now being deprecated in favor of these great native solutions. We will continue supporting Parse Crash Reporting until March 1, 2016.

Here's how you can smoothly switch from Parse Crash Reporting to Apple or Google's offerings:

Apple Docs | Google Docs

We're constantly tackling new challenges to help you build better than ever before. Please reach out if you have any questions or concerns to community@parse.com.

The Parse Team