Parse Crash Reporting Not Working

2019-08-13 04:59发布

问题:

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