Can not compress dSyms

2019-06-21 15:55发布

I need to compress dSYMs folder that contains dSYM file But i'm stuck enter image description here

Good thing is, I was able to compress using commandline

zip -r outputFile.zip *.dSYM

2条回答
甜甜的少女心
2楼-- · 2019-06-21 16:45

I had the same issue. I was able to work around it by copying the dSYMs folder from my package contents to my hard drive. Then I could zip it instantly. I think the issue is trying to compress from the package contents.

I followed the steps from this answer but instead of compressing from the package contents I copied it to another folder then compressed.

查看更多
Summer. ? 凉城
3楼-- · 2019-06-21 16:48

Command line works for me everytime

zip -r dysm.zip {GUID}.dSYM
查看更多
登录 后发表回答