打包上传项目的时候,发过来的邮件如下:
Dear developer,
We have discovered one or more issues with your recent delivery for “项目名称”. To process your delivery, the following issues must be corrected:
Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team
出现这种问题一般情况就是使用混合式开发导致的,但是还是得在混合开发的配置中解决问题。
当属于混合是开发时,除了配置相互之间调用以外,还必须在setting中设置Embedded Content Contains Swift Code -> YES
然后使用xcode上传就好,如果使用Application Loader 上传则会出现问题
本文介绍了在使用混合式开发过程中遇到的Swift打包上传问题及解决方案。主要问题是SwiftSupport文件夹缺失,解决方法是在设置中将EmbeddedContentContainsSwiftCode设为YES,并使用Xcode重新构建项目。
699

被折叠的 条评论
为什么被折叠?



