4

When I run the parse cli with the symbols option, I get the following message: The file “ParseSymbols” couldn’t be saved in the folder “tmp”.

It then says "Uploaded symbol files.", but when I look at my crash reports on the parse website, it says they are all unsymbolicated (iOS).

I tried running the parse cli with sudo, but it still got the same message.

What am I doing wrong?

J Mac
  • 53
  • 2

2 Answers2

0

This appears to be a bug with Parse. I had to rename the main folder inside my project directory and remove the spaces, and after doing so it worked fine.

"ProjectFolder/Source File Folder" ->  "ProjectFolder/SourceFileFolder"

Renaming the folder is actually a bit painful. I had to refer to this question.

Community
  • 1
  • 1
Mike
  • 6,285
  • 4
  • 18
  • 22
0

I added the -p flag and it worked (and my project file path has spaces in it).

parse symbols -p /path/to/project.xcarchive
Uploading iOS symbol files...
Fetching required resources...
Additional resources installed.
Uploaded symbol files.
Scott Gardner
  • 8,603
  • 1
  • 44
  • 36