ios - 解析SDK崩溃报告不报告

标签 ios xcode swift parse-platform cocoapods

我正在尝试让崩溃报告在我的应用程序中正常工作。我在仪表板中找不到任何崩溃报告。我使用的是 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

关于ios - 解析SDK崩溃报告不报告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33672477/

相关文章:

xcode - iOS 11 模拟器 native 应用程序位置

ios - Swift 中的照片框架升序

swift - Alamofire,对象映射器, Realm : Delete orphaned objects

ios - Swift 出错,需要帮助 : property 'self.circle1' not initialized at super. 初始化调用

ios - UILabel编号情况

ios - 如何使 TableCell UIImageView 具有相同的宽度但高度取决于图像?

ios - 在 iOS 中运行默认的 RN native 项目会出错

ios - UISegmentedControl - Objective-C

ios - XCode 9 beta 在应用启动时显示错误

ios - 如何删除 CocoaPods 安装的库?