The following error has been reported after building and when attempting upload to TestFlight
Error uploading ipa file: 3605 [Application Loader Error Output]: ERROR: [ContentDelivery.Uploader] Asset validation failed (90171) Invalid bundle structure. The “REDACTED.app/Frameworks/OPYSDKFPS.framework/OPYSDKFPS” binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle
The expected workaround of this issue is to remove OPYSDKFPS.framework from the workspace it is unnecessary since we have the .xcframework alternative.
The following error has been reported after building and when attempting upload to TestFlight