使用SSZipArchive 将iOS安装包 xxx.app打包成ipa后发现无法安装,通过ls -l 检查权限,发现丢失了运行权限,各种研究,最后发现一个pull可以解决,记录一下,如果也帮助了你,千万要评论一下
修改 _zipOpenEntry 函数中 made_on_darwin 的值为 3 << 8;
https://github.com/ZipArchive/ZipArchive/pull/643/commits/0c2824c5875eaaf3e96684fc48bdadc706b40286
网友评论