Invalid Swift Support / The SwiftSupport folder is empty

前端 未结 19 1467
轻奢々
轻奢々 2020-12-08 13:01

Environment: Xcode 7 GM

I uploaded iOS app successfully using Xcode without error. This app is written in Objective-C and Swift.

However, immediately after s

19条回答
  •  北海茫月
    2020-12-08 14:04

    important note: this only works for projects that do not use swift, see comment below

    I just met the same issue and resolved it by making the following change - If you used to have Swift files in your project but then removed them, you only need to set "Embedded Content Contains Swift Code" to NO in Build Options.

提交回复
热议问题