Invalid Swift Support / The SwiftSupport folder is empty

前端 未结 19 1497
轻奢々
轻奢々 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 13:47

    I received this same email after uploading an .ipa file to App Store Connect through the Transporter app. The following is where I went wrong: I distributed the app using ad hoc.

    The following steps are the solution for my error:

    1. Archive app
    2. Distribute on TestFlight and the App Store
    3. Export
    4. Open ExportOptions.plist in the newly created folder from the export.
    5. Make sure the method property has the value app-store if you are uploading to App Store Connect/TestFlight like me.
    6. Drag and drop the exported .ipa file to Transporter.
    7. Deliver your app to upload it.

    And that's it!

提交回复
热议问题