Closed houzifakroom closed 1 month ago
When submitting my iOS app to TestFlight, I receive the following error during the asset validation:
Asset validation failed Invalid Executable. The executable 'Катаурафіко.app/Frameworks/Mapbox.framework/Mapbox' contains bitcode. (ID: aca3990b-17de-4558-ac9-432ff150444f)
I have tried to disable bitcode and strip it in the Podfile for the HyperPay SDK, but the issue persists.
Podfile
Steps to Reproduce:
hyperpay_plugin
hyperpay_sdk
Additional Details:
post_install
Possible Solutions:
Thanks @houzifakroom
I will check about this problem
same here https://github.com/ahmedelkhyary/hyperpay_sdk/issues/7#issue-2540275904
check please update version 3.0.0 @houzifakroom
When submitting my iOS app to TestFlight, I receive the following error during the asset validation:
Asset validation failed Invalid Executable. The executable 'Катаурафіко.app/Frameworks/Mapbox.framework/Mapbox' contains bitcode. (ID: aca3990b-17de-4558-ac9-432ff150444f)
I have tried to disable bitcode and strip it in the
Podfile
for the HyperPay SDK, but the issue persists.Steps to Reproduce:
hyperpay_plugin
(version 0.0.3) withhyperpay_sdk
(version 5.1.0).Additional Details:
post_install
section of thePodfile
, but the error remains.Possible Solutions: