My Flutter app used plugin flutter_braintree 4.0.0. It used to work (Xcode 15) – I loaded the update to the Test Flight. But I upgraded to Xcode 16.
Now when I try to post an update to Test Flight I get an error:
PPRiskMagnes & CardinalMobile framework have bitcode
2
Answers
used a temporary solution - added to POD file
This known issue helped me, you need to strip the bitcode in your Podfile.
https://discuss.bitrise.io/t/xcode-16-known-issues/24484