ios ipa包重新签名打包后上传报错
2018-03-27 本文已影响0人
清辉_
Invalid Swift Support - The file .DS_Store doesn’t have a signing ID. Sign the file, rebuild your app using the current public (GM) version of Xcode, and resubmit it.
在终端使用命令重新签名之后 签名的步骤https://www.jianshu.com/p/bdbac933c1be
在压缩之前cd 到签好名的文件路径
ls -la
rm .DS_Store
再重新压缩改后缀为.ipa即可