Cannot compress dSyms

时光毁灭记忆、已成空白 提交于 2019-12-08 19:30:18

问题


I need to compress dSYMs folder that contains dSYM file But i'm stuck

Good thing is, I was able to compress using commandline

zip -r outputFile.zip *.dSYM

回答1:


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.




回答2:


Command line works for me everytime

zip -r dysm.zip {GUID}.dSYM


来源:https://stackoverflow.com/questions/41590810/cannot-compress-dsyms

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