Unfortunately upgraded xcode and now trapped in hell.
Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
I'm guessing cocoapods is the culprit as I've successfully uploaded another app to testflight that does not use cocoapods.
How is this fixed?
- I have Embedded Content Contains Swift Code set to Yes
- I've tried a proposed solution of commenting out a few lines in Pods-frameworks.sh suggested here Invalid Swift Support / invalid implementation of swift
that did not work
My Podfile contents:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Alamofire', '~> 2.0'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'