解析崩溃报告不起作用 [英] Parse Crash Reporting Not Working

查看:115
本文介绍了解析崩溃报告不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在关注如何启用解析崩溃报告"的本教程: https://www .youtube.com/watch?v = L4SMyHAVJgk

I've been following this tutorial on how to enable Parse Crash Reporting: https://www.youtube.com/watch?v=L4SMyHAVJgk

但是,在创建运行脚本并构建我的应用程序之后,出现以下错误:/bin/sh failed with exit code 2

However, after I create the run script and build my app, I get the following error: /bin/sh failed with exit code 2

我不是最擅长理解此类奇怪的错误代码,因此不胜感激!

I'm not the best at understanding weird error codes like this so any help would be greatly appreciated!

这是我的运行脚本:

export PATH=/usr/local/bin:$PATH
cd </Users/dom/MyApp/parse>

parse symbols "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"

此外,我正在使用Xcode 6.1.1

Also, I'm using Xcode 6.1.1

推荐答案

不要使用<>",所以就这样:

Don't use "<>" so let it just:

cd /Users/dom/MyApp/parse

这篇关于解析崩溃报告不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆