FMarcelFC / openpay_bbva

Repository for Openpay plugin, card tokenization and device session id.
MIT License
9 stars 2 forks source link

Asset validation failed (90482) Invalid Executable. The executable 'Runner.app/Frameworks/OpenpayKit.framework/ OpenpayKit' contains bitcode. #6

Open erickmend opened 1 month ago

erickmend commented 1 month ago

Does anyone know how I can fix this?

Asset validation failed (90482) Invalid Executable. The executable 'Runner.app/Frameworks/OpenpayKit.framework/ OpenpayKit' contains bitcode.

FMarcelFC commented 1 month ago

@erickmend Can you please give me more context of the issue? Like what's the package version that you're using, the steps to reproduce, your Xcode version, etc?

erickmend commented 1 month ago

Sure! Im using xcode Version 16.0 (16A242d) Flutter 3.24.3 and openpay_bbva: ^1.1.3

The debug mode is ok, its working, but when im trying to upload my .ipa to the appstore with transporter, the error appears... i tried to clean my project and change the "enable bitcode" option from my xcode but it still not working

FMarcelFC commented 1 month ago

Thank you! Mmm it seems like an issue with the new Xcode 16.0 version, the new update seems to break the binaries when compiling as you can see here and here I'll try and see if I can remove the binaries of the framework so I can make it work, sorry for the issue, I'll keep you posted here if I find any solutions.

erickmend commented 1 month ago

thanks a lot @FMarcelFC