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

I can't get past this error. I think I've done everything short of reinstalling xcode.


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


Im using this version 7.0.1 (7A1001) of xcode, is this not the current public (GM)?

I'm using cocoapods version 0.39.0


heres my podfile:

source 'https:/ platform :ios, '8.0'

use_frameworks! pod 'Alamofire', '~> 3.0'

pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'



Versions

Alamofire (2.0.2)

SwiftyJSON (2.3.0)


Anyone? It's been a painful few days since upgrading xcode...

Replies

Also seeing the same thing. Nothing special, not even using cocoapods. Just trying to compile/archive with xcodebuild and export as ipa.

Same problems for me, using CLI and the xcode IDE I can't get the Swift Support Folder to generate

So, now it seem to work. I changed to use -exportOptionsPlist and supply a plist with method set to app-store and teamID set. And that seem to create a different kind of ipa now.

Does this have to have the app-store and teamID set? Curious what happens if those aren't there. Also, just for completeness, are you generating an app for the store, ad-hoc for TestFlight, development ?



As well, unfortunately this would be CLI only for exporting from the archive.


As an update, I can't get this method to work to work using Ad-Hoc provisioning profiles, still missing the folder

Did you ever find the solution?