With the new XCODE version 13.3.1, the Bitcode issue is solved
Post
Replies
Boosts
Views
Activity
Same for me, while creating the archive :(
As suggested, I disabled Bitcode on my main Flutter project and on one of the linked pod (printing)
Then I had to replace UI_USER_INTERFACE_IDIOM() with UIDevice.current.userInterfaceIdiom on DKImagePickerController pod