Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I want to submit app on AppStore, My app is having swift speech SDK library, and project is in Obj C, Whenever I am trying to upload my build, I am getting this error,Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. Doing Embedded Content Contains Swift Code -> YES in target setting, not working.

like image 605
Renuka Pandey Avatar asked Feb 06 '17 06:02

Renuka Pandey


1 Answers

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

It solved my problem.

like image 73
Renuka Pandey Avatar answered Oct 15 '22 23:10

Renuka Pandey