ITMS-90429: Invalid Swift Support 

Hi,
I am facing a problem with Xcode 12.3, swift 5, and cocoapods-1.10.1 version when I want to publish my archive on Appstore Connect, everything goes well, but once the application sent I receive an e-mail from App Store Connect with the following error :

ITMS-90429: Invalid Swift Support - The files libswiftDarwin.dylib, libswiftMetal.dylib, libswiftCoreAudio.dylib, libswiftsimd.dylib, libswiftQuartzCore.dylib, libswiftos.dylib, libswiftObjectiveC.dylib, libswiftDispatch.dylib, libswiftCoreLocation.dylib, libswiftAccelerate.dylib, libswiftCoreGraphics.dylib, libswiftCoreData.dylib, libswiftCoreFoundation.dylib, libswiftUIKit.dylib, libswiftCoreMedia.dylib, libswiftAVFoundation.dylib, libswiftContacts.dylib, libswiftCore.dylib, libswiftFoundation.dylib, libswiftMediaPlayer.dylib, libswiftCloudKit.dylib, libswiftCoreImage.dylib aren’t at the expected location /Payload/WoWonder.app/Frameworks. Move the file to the expected location, rebuild your app using the current public (GM) version of Xcode, and resubmit it.
Answered by danishnisar in 660035022
Hopefully, After spending a week on this issue. I resolved it by myself just unchecked Strip Siwft Symbols while App store connect distribution ref:prntscr.com/y0x6y0 
Accepted Answer
Hopefully, After spending a week on this issue. I resolved it by myself just unchecked Strip Siwft Symbols while App store connect distribution ref:prntscr.com/y0x6y0 

I also got this issue with Xcode 13.4.1, got headache, but then managed to resolve it, at least in my case:

In short, my app had an AppClip. Previously there was a library (in my Podfile) for my AppClip target that was not in the parent app target. Then after adding the library into the parent app target, so that all libraries in the AppClip target were also in the parent app target, the above error was gone.

Hope this helps somebody who get this headache too.

To Apple, would you please help giving the clue beforehand (e.g. during compilation).

I have this issue with XCode 15.x I have tried all suggestions from Apple Forum and Stackoverflow but i can't figure out how to solve this.

ITMS-90429: Invalid Swift Support 
 
 
Q