Asset validation failed 26 Sep 2024 at 6:49 PM 26 Sep 2024 at 6:50 PM Invalid Executable. The executable 'DFA-Advice.app/Frameworks/TwilioVideo.framework/ TwilloVideo contains bitcode. (ID: €8-00831-efce-4379-99a0-581f10df9219)
This is the error i’m getting after i click on the distribute button
This link i tried but it won’t worked for me asset validation failed invalid executable. the executable 'myapp.app/frameworks/cardio.framework/cardio' contains bitcode
2
Answers
I had the same issue with Intercom framework. In my case I just upgrade library version.
I was getting the same issue after upgraded to Xcode 16 and iOS 18.
You can solve this issue by following this.
Open Podfile
Search for word
post_install
If
post_install
not found then just directly paste the below code just before the lastend
keywordIn case you have already
post_install
has been used then copy and past the below script inside that.Do pod install
Do archive again and try upload