Unable to submit "Invalid Swift Support" error

I am trying to submit an update to iTunes Connect, built with Xcode 9.2 on Microsoft App Center.


The post-submission automated checks are rejecting the app with the following message:


"Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it."


Given I'm already using the latest public GM, what am I supposed to do?


best regards,


Andrew

Did you read thru the MLT links below? Did you search on that error here yet? Should be plenty of discussion you can consult in both.


Good luck.

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!
Unable to submit "Invalid Swift Support" error
 
 
Q