今天在代码中添加了一部分swift文件,结果在打包上传的时候失败了,收到一封来自苹果的邮件,内容如下
解决方法如下图Invalid Swift Support - The SwiftSupport folder is empty. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
![](https://img.haomeiwen.com/i5243198/f7715a9b2e8ac659.png)
原因是因为如果这个选项为NO的话,archive的时候是不包含swift的标准库的,改成YES,然后clean,重新编译打包即可
网友评论