TestFlight rejected with “ITMS-90426: Invalid Swift Support” after upgrade to expo 44

I am creating a expo build for iOS with following command :
eas build -p ios --profile development
When the build is created , I am submitting it to the Tesflight via 2 methods:
1.Transporter - uploading the above build to transporter .
2.Using Eas Submit :
eas submit -p ios --profile development

But by both these methods, I am getting the following error :
TestFlight rejected with “ITMS-90426: Invalid Swift Support”

Please let me know what I can do to resolve this error
Expo version - ~44.0.0
Eas version - 0.48.2
xcode - 13.3.1
Thanks

you can’t submit debug builds to the app store. do a production build instead

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.