Hello, after updating to Xcode 26.4.1, our app is rejected on App Store Connect because of the following error:
ITMS-90429: Invalid Swift Support - The files libswiftCompatibilitySpan.dylib aren’t at the expected location /Payload/AlbusAir.app/Frameworks. Move the file to the expected location, rebuild your app using the current public (GM) version of Xcode, and resubmit it.
We did not change anything to the code, we didn't update any dependency. As far as I'm aware, we don't use Spans in Swift.
I even tried copying the dylib myself in the app in a Xcode build phase and it still doesn't work.
Can someone help? Thanks !