After upgrading to Xcode 16, I encountered a problem with the CardIO framework. The issue arises during the IPA upload process to TestFlight, where the validation fails due to the presence of bitcode in the CardIO framework. The error message displayed is:
"Asset validation failed. Invalid Executable. The executable 'Runner.app/Frameworks/CardIO.framework/CardIO' contains bitcode."
This prevents the successful upload of the IPA to TestFlight.
After upgrading to Xcode 16, I encountered a problem with the CardIO framework. The issue arises during the IPA upload process to TestFlight, where the validation fails due to the presence of bitcode in the CardIO framework. The error message displayed is:
"Asset validation failed. Invalid Executable. The executable 'Runner.app/Frameworks/CardIO.framework/CardIO' contains bitcode."
This prevents the successful upload of the IPA to TestFlight.