Parse Crash Reporting Not Working

情到浓时终转凉″ 提交于 2019-12-13 00:44:53

问题


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

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!

Here is my run script:

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

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

Also, I'm using Xcode 6.1.1


回答1:


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

cd /Users/dom/MyApp/parse


来源:https://stackoverflow.com/questions/28755933/parse-crash-reporting-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!