ITMS-90426: Invalid Swift Support

After using iOS16's new feature AppIntents, AppStore review is failed:

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

I tried all methods in internet, but they all not work. Such as:

  • I'm using the public version of Xcode
  • I'm not using Ad hoc cert or .pp file
  • I tried archive manually without using fastlane
  • I tried change the Always Embed Swift Standard Libraries

The only changes is iOS16's AppIntents. Before i use AppIntent, it works fine. After i use AppIntent, it failed. Only one commit between 2 .ipa.

Can anyone help me? Many thanks.

Fixed by change code sign way. We used to sent .ipa to code sign team, but after change it to .xcarchive, the issue is fixed.

ITMS-90426: Invalid Swift Support
 
 
Q