简体   繁体   中英

IOS Issue with Publishing (Invalid Swift Support)

I'm developing a Mobile application for Apple Appstore, and I keep getting this error. I'm pretty much new to building iOS apps, so please help for me to understand what I'm doing wrong here. A possible solution to get past this error would be great.

在此处输入图片说明

Which version of Xcode are you using? You should be on nothing newer than Xcode 8 at the time of this post.

You can find the version in Xcode > About Xcode

In future please post text instead of screenshots for searchability.

Incase your project is having swift classes /library:, Please ensure below settings are as follows:

Project/Target settings -> build Settings

1. Defines Module -> YES
2. Always embed Swift Standard libraries -> YES

我通过使用“为iOS App Store部署保存”提取来解决此问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM