Issue
Building and debugging work correctly, but TestFlight uploads fail with “Asset validation failed” due to frameworks containing bitcode.Cause
Apple deprecated bitcode in Xcode 16. Some DARO SDK dependencies still contain bitcode and must be removed manually until vendors update their frameworks.Solution
Add this code to the bottom of your Podfile, then rebuild and deploy. This removes bitcode usingbitcode_strip during the build process.

