I created an app using expo cli. I also created the build for the same using expo server and was trying to upload the app to the app store. However, the previous version of the same app was written in Swift and I get this error. As a result Apple is rejecting my app. I have maintained the same bundle Id of the app.enter image description here
Error :
Dear Developer,
We identified one or more issues with a recent submission for App Store review for your app, "My App Name". Please correct the following issues, then upload again.
ITMS-90433: Invalid Swift Support - The file libswiftAVFoundation.dylib doesn’t have the correct code signature. Make sure you’re using the correct signature, rebuild your app using the current public (GM) version of Xcode, and resubmit it. Don’t just modify the code signature of libswiftAVFoundation.dylib.
Best regards,
The App Store Team